0_0_36716639_27833.cpp: In function 'int main()':
0_0_36716639_27833.cpp:12:2: error: expected ';' before 'int'
int T;
^
0_0_36716639_27833.cpp:14:9: error: 'T' was not declared in this scope
cin >> T;
^
0_0_36716639_27833.cpp:21:1: error: expected '}' at end of input
}
^
|