Problem turbo
User GrainOrBread
Submission Time 2025-12-12 11:45:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

turbo.cpp: In function ‘void turbo(int)’:
turbo.cpp:2:2: error: ‘initialPosition’ was not declared in this scope
2 | initialPosition(0);
| ^~~~~~~~~~~~~~~
turbo.cpp:6:6: error: ‘move’ was not declared in this scope
6 | if (move(1) == 0) {annoying = true;}
| ^~~~
turbo.cpp:8:29: error: ‘move’ was not declared in this scope
8 | while (annoying != true && move(4)) {
| ^~~~
turbo.cpp:16:3: error: ‘move’ was not declared in this scope
16 | move(1);
| ^~~~
turbo.cpp:35:3: error: ‘move’ was not declared in this scope
35 | move(1);
| ^~~~
turbo.cpp:78:3: error: ‘move’ was not declared in this scope
78 | move(1);
| ^~~~