0_0_18024458_1341.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18024458_1341.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_18024458_1341.cpp: In function 'int main()':
0_0_18024458_1341.cpp:13:5: error: 'cin' was not declared in this scope
cin >> times;
^
0_0_18024458_1341.cpp:14:36: error: expected primary-expression before '...' token
for(int i = 0; i < times; ++i){...
^
0_0_18024458_1341.cpp:14:36: error: expected '}' at end of input
0_0_18024458_1341.cpp:14:36: error: expected '}' at end of input
|