0_0_34023121_20661.cpp: In function 'int main()':
0_0_34023121_20661.cpp:22:12: error: 'cin' was not declared in this scope
while (cin >> t)
^
0_0_34023121_20661.cpp:50:21: error: 'cout' was not declared in this scope
cout << i << endl;
^
0_0_34023121_20661.cpp:50:34: error: 'endl' was not declared in this scope
cout << i << endl;
^
0_0_34023121_20661.cpp:59:13: error: expected '}' at end of input
return 0;
^
|