Problem lunchbox
User jambusk
Submission Time 2025-06-18 15:21:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:13: error: expected ‘;’ before ‘}’ token
13 | pq.push(a)
| ^
| ;
14 | }
| ~
lunchbox.cpp:22:13: error: expected identifier before ‘;’ token
22 | cout << and;
| ^