Problem lunchbox
User WANCH5789W
Submission Time 2026-06-27 10:48:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:17:31: error: ‘budget’ was not declared in this scope
17 | while (total + schools[i] <= budget) {
| ^~~~~~
lunchbox.cpp:19:9: error: expected ‘;’ before ‘}’ token
19 | count++}
| ^
| ;
lunchbox.cpp:21:22: error: expected ‘}’ at end of input
21 | cout << count << endl;
| ^
lunchbox.cpp:7:11: note: to match this ‘{’
7 | int main(){
| ^