Problem lunchbox
User Qxhb3
Submission Time 2023-04-16 15:01:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:13:31: error: expected ‘;’ before ‘int’
13 | sort(k, k+m, greater<int>())
| ^
| ;
14 | int cnt;
| ~~~
lunchbox.cpp:18:7: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
18 | cnt++;
| ^~~
| int
lunchbox.cpp:21:11: error: ‘cnt’ was not declared in this scope; did you mean ‘int’?
21 | cout << cnt << endl;
| ^~~
| int