Problem lunchbox
User Ningja
Submission Time 2023-11-10 10:36:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:11:12: error: request for member ‘insert’ in ‘a’, which is of non-class type ‘int [4]’
11 | cin >> a.insert();
| ^~~~~~
lunchbox.cpp:14:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
14 | sort (a,a+sch);
| ^~~~
| qsort
lunchbox.cpp:20:14: error: expected ‘;’ before ‘nos’
20 | lb -= a[i]
| ^
| ;
21 | nos += 1;
| ~~~