Problem | lazy_robot |
---|---|
User | Lotr1 |
Submission Time | 2025-08-20 17:09:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
lazy_robot.cpp:7:23: error: stray ‘\342’ in program
7 | if (N % 2 == 0 && −10^9 <= N <= 10^9) { // conditions must be in brackets and {} are used
| ^
lazy_robot.cpp:7:24: error: stray ‘\210’ in program
7 | if (N % 2 == 0 && −10^9 <= N <= 10^9) { // conditions must be in brackets and {} are used
| ^
lazy_robot.cpp:7:25: error: stray ‘\222’ in program
7 | if (N % 2 == 0 && −10^9 <= N <= 10^9) { // conditions must be in brackets and {} are used
| ^
cc1plus: error: ‘::main’ must return ‘int’