0_0_25841599_9496.cpp:54:9: error: missing terminating ' character
getchar()'
^
0_0_25841599_9496.cpp: In function 'int main()':
0_0_25841599_9496.cpp:55:9: error: expected ';' before 'for'
for(int i=0;i<t1;i++)
^
0_0_25841599_9496.cpp:55:21: error: 'i' was not declared in this scope
for(int i=0;i<t1;i++)
^
|