#include <iostream>
#include <limits>
int main()
{
using namespace std;
cout << "when i was child i was so much clever";
cin.ignore(numeric_limits<streamsize>::max(), '\n');
cin.get();
return 0;
}
Thursday, 24 January 2013
The greeting program
08:02
ATEEK
No comments
0 comments:
Post a Comment