Problem | lunchbox |
---|---|
User | kashsinghal |
Submission Time | 2023-11-09 10:27:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:21:5: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:15:18: note: to match this ‘{’
15 | while (x > N){
| ^
lunchbox.cpp:21:5: error: expected ‘}’ at end of input
21 | }
| ^
lunchbox.cpp:5:15: note: to match this ‘{’
5 | int32_t main(){
| ^