Problem lunchbox
User My12thCodebreakerAccount
Submission Time 2026-08-17 10:48:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:17: error: expected ‘;’ before ‘:’ token
11 | sort(arr,arr+m):
| ^
| ;