Problem | lunchbox |
---|---|
User | ishat024 |
Submission Time | 2023-11-09 10:08:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:17:13: error: expected ‘;’ before ‘)’ token
17 | for (x>N){
| ^
| ;
lunchbox.cpp:25:1: error: expected primary-expression at end of input
25 | }
| ^
lunchbox.cpp:25:2: error: expected ‘;’ at end of input
25 | }
| ~^
| ;
lunchbox.cpp:25:1: error: expected primary-expression at end of input
25 | }
| ^
lunchbox.cpp:25:2: error: expected ‘)’ at end of input
25 | }
| ~^
| )
lunchbox.cpp:17:9: note: to match this ‘(’
17 | for (x>N){
| ^
lunchbox.cpp:25:1: error: expected statement at end of input
25 | }
| ^
lunchbox.cpp:25:1: error: expected ‘}’ at end of input
lunchbox.cpp:7:1: note: to match this ‘{’
7 | {
| ^