Problem lunchbox
User minkison
Submission Time 2025-11-12 05:13:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:21:38: error: ‘limitExceeded’ was not declared in this scope
21 | for (int i = 0; i < data.size() && !limitExceeded; i++){
| ^~~~~~~~~~~~~