Problem | lunchbox |
---|---|
User | ForsakenPBJ |
Submission Time | 2024-04-01 11:55:30 |
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:17:12: error: no match for ‘operator[]’ (operand types are ‘std::__cxx11::list<int>’ and ‘int’)
17 | sum += lb[a];
| ^
lunchbox.cpp:18:6: error: expected ‘;’ before ‘}’ token
18 | a++
| ^
| ;
19 | }
| ~
lunchbox.cpp:20:10: error: ‘total’ was not declared in this scope
20 | cout << total;
| ^~~~~