Problem lunchbox
User Xavier
Submission Time 2025-06-18 15:09:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:26:23: error: missing terminating ' character
26 | cout << maxRes << '\n’;
| ^~~~~~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:26:13: error: ‘maxRes’ was not declared in this scope
26 | cout << maxRes << '\n’;
| ^~~~~~
lunchbox.cpp:31:5: error: expected primary-expression before ‘return’
31 | return 0;
| ^~~~~~