Problem lunchbox
User DuckyKayden
Submission Time 2025-08-02 11:17:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:16:20: error: expected ‘;’ before ‘}’ token
16 | cin >> request[i]
| ^
| ;
17 | }
| ~