Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Homework

Name: 2009-08-18 10:35

Output a thousand Sussmen in an individualistic way.

Name: Anonymous 2009-08-19 23:53

for (int64_t i = 0; i < 1; i++) {
    for (int64_t j = 0; j < 10; j++) {
        for (int64_t k = 0; k < 10; k++) {
            for (int64_t l = 0; l < 10; l++) {
                std::cout << "SUSSMAN";
            }
            std::cout << std::endl;
        }
    }
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List