0_0_39561299_3829.cpp: In function 'int main()':
0_0_39561299_3829.cpp:66:23: error: expected ';' before 'for'
66 | cin>>q
| ^
| ;
67 | for(int i=1;i<=q;i++)
| ~~~
0_0_39561299_3829.cpp:67:29: error: 'i' was not declared in this scope
67 | for(int i=1;i<=q;i++)
| ^
|