Problem lunchbox
User KJF
Submission Time 2026-02-17 13:59:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:6: error: expected ‘(’ before ‘N’
16 | if N <= 0 or nums.empty() {
| ^
| (
lunchbox.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
lunchbox.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^