0_0_38816096_19909.cpp: In function 'int main()':
0_0_38816096_19909.cpp:12:23: error: 'amp' was not declared in this scope
12 | while(scanf("%d",&T)!=EOF&&T)
| ^~~
0_0_38816096_19909.cpp:12:26: error: expected ')' before ';' token
12 | while(scanf("%d",&T)!=EOF&&T)
| ~ ^
| )
0_0_38816096_19909.cpp:12:28: error: expected ';' before ')' token
12 | while(scanf("%d",&T)!=EOF&&T)
| ^
| ;
0_0_38816096_19909.cpp:12:40: error: 'amp' was not declared in this scope
12 | while(scanf("%d",&T)!=EOF&&T)
| ^~~
0_0_38816096_19909.cpp:12:45: error: expected ';' before ')' token
12 | while(scanf("%d",&T)!=EOF&&T)
| ^
| ;
|