Problem | lunchbox |
---|---|
User | aa24codebreaker |
Submission Time | 2023-11-09 10:42:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:17:5: error: expected ‘,’ or ‘;’ before ‘for’
17 | for (int i = 0; x>N; ++i){
| ^~~
lunchbox.cpp:17:28: error: ‘i’ was not declared in this scope
17 | for (int i = 0; x>N; ++i){
| ^