0_0_39794962_29322.cpp: In function 'int main()':
0_0_39794962_29322.cpp:27:9: error: 'que' was not declared in this scope
27 | que *Q=new que[n];
| ^~~
0_0_39794962_29322.cpp:27:14: error: 'Q' was not declared in this scope
27 | que *Q=new que[n];
| ^
0_0_39794962_29322.cpp:27:20: error: 'que' does not name a type
27 | que *Q=new que[n];
| ^~~
|