Problem lazy_robot
User MegaG
Submission Time 2025-11-05 11:31:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lazy_robot.cpp: In function ‘int main()’:
lazy_robot.cpp:14:11: error: ‘a1’ was not declared in this scope; did you mean ‘n1’?
14 | int na = a1 - '0';
| ^~
| n1