Problem priorityqueue
User Migogoh10
Submission Time 2026-07-08 17:18:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

priorityqueue.cpp: In function ‘int main()’:
priorityqueue.cpp:8:3: error: expected initializer before ‘for’
8 | for(int i=0; i<q ; ++i){
| ^~~
priorityqueue.cpp:8:16: error: ‘i’ was not declared in this scope
8 | for(int i=0; i<q ; ++i){
| ^