Problem lunchbox
User KingKian
Submission Time 2023-09-14 08:34:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:20:13: error: ‘schoolboxwanted’ was not declared in this scope
20 | if (schoolboxwanted[i] + schoolboxwanted[i + 1] + schoolboxwanted[i + 2] <= lunchbox)
| ^~~~~~~~~~~~~~~
lunchbox.cpp:26:10: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
26 | cout >> numschool;
| ~~~~ ^~ ~~~~~~~~~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
lunchbox.cpp:26:10: note: candidate: ‘operator>>(int, int)’ <built-in>
26 | cout >> numschool;
| ~~~~~^~~~~~~~~~~~
lunchbox.cpp:26:10: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from l