Problem lunchbox
User Henries
Submission Time 2024-06-14 21:31:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:7:22: error: expected ‘;’ before ‘)’ token
7 | for (int i=0;i<m<i++){
| ^
| ;
lunchbox.cpp:12:7: error: request for member ‘sort’ in ‘list’, which is of non-class type ‘int [m]’
12 | list.sort();
| ^~~~