| Problem | lunchbox |
|---|---|
| User | asbx |
| Submission Time | 2023-11-09 10:15:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:10: error: expected ‘)’ before numeric constant
13 | sort(arr 0, arr m-1);
| ~ ^~
| )
lunchbox.cpp:13:17: error: expected ‘)’ before ‘m’
13 | sort(arr 0, arr m-1);
| ~ ^~
| )