Problem | lunchbox |
---|---|
User | ye |
Submission Time | 2025-06-18 15:21:00 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:13: error: expected ‘;’ before ‘}’ token
9 | pq.push(a)
| ^
| ;
10 | }
| ~
lunchbox.cpp:12:2: error: expected ‘,’ or ‘;’ before ‘while’
12 | while (not pq.empty()){
| ^~~~~
lunchbox.cpp: At global scope:
lunchbox.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^