Problem lunchbox
User hyishigh
Submission Time 2024-12-09 15:33:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:10: error: expected ‘)’ before ‘;’ token
11 | sort(arr;arr+1);
| ~ ^
| )
lunchbox.cpp:11:16: error: expected ‘;’ before ‘)’ token
11 | sort(arr;arr+1);
| ^
| ;