Problem lunchbox
User justin271828
Submission Time 2023-06-01 12:11:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> N;
| ^~~
lunchbox.cpp:12:2: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
12 | sort(ints, ints+m);
| ^~~~
| short
lunchbox.cpp:18:14: error: expected ‘;’ before ‘}’ token
18 | total += 1
| ^
| ;
19 | }
| ~
lunchbox.cpp:21:2: error: ‘cout’ was not declared in this scope
21 | cout << total;
| ^~~~