Problem lunchbox
User ryelin
Submission Time 2023-11-09 11:48:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:22: error: expected ‘)’ before ‘;’ token
12 | sort(a, a+totalnosch; i++){
| ~ ^
| )
lunchbox.cpp:12:24: error: ‘i’ was not declared in this scope
12 | sort(a, a+totalnosch; i++){
| ^
lunchbox.cpp:20:16: error: expected ‘;’ before ‘}’ token
20 | cout <<ans
| ^
| ;
21 | }
| ~