Problem | lunchbox |
---|---|
User | nzx |
Submission Time | 2025-08-29 12:40:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:18: error: expected ‘;’ before ‘for’
12 | sort(arr, arr+n)
| ^
| ;
13 | for(long long i=0; m>0; i++) {
| ~~~
lunchbox.cpp:13:26: error: ‘i’ was not declared in this scope
13 | for(long long i=0; m>0; i++) {
| ^