0_0_39305871_25497.cpp: In function 'int main()':
0_0_39305871_25497.cpp:7:9: error: 'll' was not declared in this scope
7 | ll ar[11];
| ^~
0_0_39305871_25497.cpp:8:9: error: 'ar' was not declared in this scope
8 | ar[0]=1;
| ^~
0_0_39305871_25497.cpp:9:16: error: expected ';' before 'q'
9 | for (ll q=1;q<=10;q++){
| ^~
| ;
0_0_39305871_25497.cpp:9:21: error: 'q' was not declared in this scope
9 | for (ll q=1;q<=10;q++){
| ^
0_0_39305871_25497.cpp:12:11: error: expected ';' before 't'
12 | ll t,n,m;
| ^~
| ;
0_0_39305871_25497.cpp:14:14: error: 't' was not declared in this scope
14 | cin>>t;
| ^
0_0_39305871_25497.cpp:16:25: error: 'n' was not declared in this scope
16 | cin>>s>>n>>m;
| ^
0_0_39305871_25497.cpp:16:28: error: 'm' was not declared in this scope
16 | cin>>s>>n>>m;
| ^
|