Problem lunchbox
User Ayden67
Submission Time 2026-08-27 16:54:35
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:14:12: error: expected ‘;’ before ‘cin’
14 | N = N - K
| ^
| ;
15 | cin >> K
| ~~~