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

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:12:9: error: no match for ‘operator[]’ (operand types are ‘std::__cxx11::list<int>’ and ‘long long int’)
12 | Mylist[i]=(k);
| ^
lunchbox.cpp:17:12: error: no match for ‘operator[]’ (operand types are ‘std::__cxx11::list<int>’ and ‘long long int’)
17 | n-=Mylist[sc];
| ^