Problem | lunchbox |
---|---|
User | asbx |
Submission Time | 2023-11-09 10:16:01 |
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 ‘first’
13 | sort(arr first, arr last);
| ~ ^~~~~~
| )
lunchbox.cpp:13:21: error: expected ‘)’ before ‘last’
13 | sort(arr first, arr last);
| ~ ^~~~~
| )