Problem lunchbox
User Sky
Submission Time 2025-06-16 15:04:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:16:18: error: expected ‘;’ before ‘}’ token
16 | break
| ^
| ;
17 | }
| ~
lunchbox.cpp:20:10: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
20 | cout >> i;
| ~~~~ ^~ ~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
lunchbox.cpp:20:10: note: candidate: ‘operator>>(int, int)’ <built-in>
20 | cout >> i;
| ~~~~~^~~~
lunchbox.cpp:20: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 lunchbox.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: