Problem lunchbox
User Corner
Submission Time 2024-05-22 16:59:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:20: error: expected ‘;’ before ‘int’
12 | sort(arr,arr+m)
| ^
| ;
13 |
14 | int ans = 0;
| ~~~
lunchbox.cpp:21:9: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
21 | ans++;
| ^~~
| abs
lunchbox.cpp:24:11: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
24 | cout<<ans-1<<endl;
| ^~~
| abs