Problem | lunchbox |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-09 10:04:58 |
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:29:5: error: expected primary-expression before ‘return’
29 | return 0;
| ^~~~~~
lunchbox.cpp:27:15: error: expected ‘)’ before ‘return’
27 | cout << m;
| ^
| )
28 |
29 | return 0;
| ~~~~~~
lunchbox.cpp:17:9: note: to match this ‘(’
17 | for (x>N){
| ^