Wednesday, November 13, 2002

(untitled)

by visaeril @ 21:43 [edit] [link]

#include iostream
#include stdio.h

int main()
{
std::cout << "I did your mom last night!\n";
std::cout << "Enter a number: ";
unsigned long int x;
std::cin >> x;
std::cout << "I did your mom " << x << " times last night!\n";
std::cout << "Press ENTER to do your mom!\n";
getchar ();
return 0;
}

This post has no comments / Add a Comment