Problem lunchbox
User Fish
Submission Time 2025-07-24 09:51:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:9:21: error: expected ‘;’ before ‘}’ token
9 | cin >> requests[i]
| ^
| ;
10 | }
| ~