Problem | runaway |
---|---|
User | StormyGood |
Submission Time | 2024-12-16 10:15:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
runaway.cpp: In function ‘int main()’:
runaway.cpp:41:29: error: ‘right_clone’ was not declared in this scope
41 | int distance = (right_clone - left_clone) / 2;
| ^~~~~~~~~~~
runaway.cpp:41:43: error: ‘left_clone’ was not declared in this scope
41 | int distance = (right_clone - left_clone) / 2;
| ^~~~~~~~~~