Problem lunchbox
User senkyte
Submission Time 2024-02-14 10:06:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:21: error: expected ‘;’ before ‘for’
14 | sort(n, n + number)
| ^
| ;
15 | for(int j = 0;j < number; j++){
| ~~~
lunchbox.cpp:15:16: error: ‘j’ was not declared in this scope
15 | for(int j = 0;j < number; j++){
| ^