0_0_14192613_9012.cpp: In function 'int main()':
0_0_14192613_9012.cpp:94:5: error: expected initializer before 'int'
int i;
^
0_0_14192613_9012.cpp:95:6: error: 'T' was not declared in this scope
cin>>T;
^
0_0_14192613_9012.cpp:99:9: error: 'i' was not declared in this scope
for(i=1;i<=n;i++)
^
|