Problem | lunchbox |
---|---|
User | noel |
Submission Time | 2024-06-19 14:20:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:3: error: expected initializer before ‘int’
6 | int pq
| ^~~
lunchbox.cpp:10:1: error: ‘pq’ was not declared in this scope
10 | pq.push(make_pair( 1,0));
| ^~