0_0_24839308_27091.cpp: In function 'int main()':
0_0_24839308_27091.cpp:7:5: error: 'cin' was not declared in this scope
cin>>T;
^
0_0_24839308_27091.cpp:8:9: error: 't' was not declared in this scope
rep(t,1,T){
^
0_0_24839308_27091.cpp:8:14: error: 'rep' was not declared in this scope
rep(t,1,T){
^
|