| Problem | lunchbox |
|---|---|
| User | Andrea |
| Submission Time | 2026-06-24 13:26:02 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lunchbox.cpp:6:15: error: stray ‘\302’ in program
6 | if (k>N){ cout«< 0 ;
| ^
lunchbox.cpp:6:16: error: stray ‘\253’ in program
6 | if (k>N){ cout«< 0 ;
| ^
lunchbox.cpp: In function ‘int main()’:
lunchbox.cpp:6:17: error: no match for ‘operator<’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘int’)
6 | if (k>N){ cout«< 0 ;
| ~~~~ ^ ~
| | |
| | int
| std::ostream {aka std::basic_ostream<char>}
lunchbox.cpp:6:17: note: candidate: ‘operator<(int, int)’ <built-in>
6 | if (k>N){ cout«< 0 ;
| ~~~~~~^~~
lunchbox.cpp:6:17: note: no known conversion for argument 1 from ‘std::ostream’ {aka ‘std::basic_ostream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86