Problem lunchbox
User ryelin
Submission Time 2023-11-10 09:45:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:2: error: expected ‘,’ or ‘;’ before ‘cin’
6 | cin >> N >> m;
| ^~~
lunchbox.cpp:13:6: error: expected ‘(’ before ‘N’
13 | if N < arr[i]{
| ^
| (
lunchbox.cpp:16:3: error: ‘else’ without a previous ‘if’
16 | else{
| ^~~~
lunchbox.cpp:22:2: error: expected ‘}’ at end of input
22 | }
| ^
lunchbox.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^