| Problem | lazy_robot |
|---|---|
| User | nzx |
| Submission Time | 2025-10-31 09:55:15 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lazy_robot.cpp: In function ‘int main()’:
lazy_robot.cpp:6:8: error: expected ‘;’ before ‘if’
6 | n=n%10
| ^
| ;
7 | if (n%2==0) {
| ~~
lazy_robot.cpp:10:2: error: ‘else’ without a previous ‘if’
10 | else {
| ^~~~