Problem lunchbox
User griuehiruhigero
Submission Time 2023-06-18 21:18:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:10: error: expected ‘;’ before ‘cout’
11 | N = N-1
| ^
| ;
12 | cout << N
| ~~~~
lunchbox.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | cout << N
| ^
| ;
15 | }
| ~