Problem lunchbox
User YH
Submission Time 2025-10-27 16:54:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘void solve()’:
lunchbox.cpp:72:31: error: expected primary-expression before ‘)’ token
72 | if (k >= i) {ans++; a[i]--;)
| ^
lunchbox.cpp:80:12: error: a function-definition is not allowed here before ‘{’ token
80 | int main() {
| ^
lunchbox.cpp:87:1: error: expected ‘}’ at end of input
87 | }
| ^
lunchbox.cpp:54:14: note: to match this ‘{’
54 | void solve() {
| ^