Problem lunchbox
User seanLim
Submission Time 2024-10-23 22:08:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:9: error: ‘True’ was not declared in this scope
17 | while (True) {
| ^~~~
lunchbox.cpp:18:18: error: ‘i’ was not declared in this scope
18 | if ((count + k[i]) <= (n)) {
| ^