0_0_39484922_16423.cpp: In function 'int main()':
0_0_39484922_16423.cpp:53:21: error: 'i' was not declared in this scope
53 | For(i,1,n) q[i].clear();
| ^
0_0_39484922_16423.cpp:53:17: error: 'For' was not declared in this scope
53 | For(i,1,n) q[i].clear();
| ^~~
0_0_39484922_16423.cpp:74:17: error: 'Rof' was not declared in this scope
74 | Rof(i,n,1){
| ^~~
0_0_39484922_16423.cpp:84:21: error: 'I' was not declared in this scope
84 | For(I,1,Q){
| ^
|