Problem | lunchbox |
---|---|
User | nguyendinhanh1508 |
Submission Time | 2023-12-23 17:07:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:12:1: error: expected initializer before ‘for’
12 | for(i = 0; i < N; i++)
| ^~~
lunchbox.cpp:12:12: error: ‘i’ was not declared in this scope
12 | for(i = 0; i < N; i++)
| ^
lunchbox.cpp:16:8: error: ‘a’ was not declared in this scope
16 | sort(a, a + m);
| ^
lunchbox.cpp:26:7: error: expected ‘;’ before ‘x’
26 | cout x;
| ^~
| ;