0_0_36346060_25569.cpp: In function 'int main()':
0_0_36346060_25569.cpp:5:14: error: 'T' was not declared in this scope
scanf("%d",&T);
^
0_0_36346060_25569.cpp:9:7: error: 'j' was not declared in this scope
for(j=0;j<n;j++)
^
0_0_36346060_25569.cpp:13:15: error: 'print' was not declared in this scope
print("%d",1);
^
|