Problem lunchbox
User nguyendinhanh1508
Submission Time 2023-12-23 17:09:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int32_t main()’:
lunchbox.cpp:12:1: error: expected initializer before ‘for’
12 | for(int i = 0; i < N; i++)
| ^~~
lunchbox.cpp:12:16: error: ‘i’ was not declared in this scope
12 | for(int 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;
| ^~
| ;