Problem lunchbox
User Kaijun
Submission Time 2026-04-12 14:16:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:14:9: error: request for member ‘sort’ in ‘Mylist’, which is of non-class type ‘int [n]’
14 | Mylist.sort();
| ^~~~