Problem lunchbox
User ForgottenDragon
Submission Time 2025-04-23 19:41:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:30:30: error: expected ‘;’ before ‘else’
30 | } else if (-k > N) cout << 0
| ^
| ;
31 | else {
| ~~~~