-------------------------------------------
using namespace std;
#include
main()
{
int idx = 0;
while(idx != -1) {
cin >> idx;
cout << idx << "\n";
}
}
---------------------------------------------------------
Ignorance is bliss. And now that I am devoid of this luxury....
No comments:
Post a Comment