Problem | lunchbox |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-04-01 11:55:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:10:12: error: no match for ‘operator[]’ (operand types are ‘std::__cxx11::list<int>’ and ‘int’)
10 | cin >> lb[i];
| ^
lunchbox.cpp:13:11: error: expected ‘;’ before ‘while’
13 | lb.sort()
| ^
| ;
14 |
15 | while (sum <= N){
| ~~~~~
lunchbox.cpp:20:10: error: ‘total’ was not declared in this scope
20 | cout << total;
| ^~~~~