Problem turbo
User idkhowtocode
Submission Time 2026-03-18 13:15:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

turbo.cpp: In function ‘void turbo(int)’:
turbo.cpp:2:3: error: ‘initialPosition’ was not declared in this scope
2 | initialPosition(0);
| ^~~~~~~~~~~~~~~
turbo.cpp:4:11: error: ‘move’ was not declared in this scope
4 | if (not move(1)){
| ^~~~
turbo.cpp:17:7: error: ‘move’ was not declared in this scope
17 | move(4);
| ^~~~
turbo.cpp:19:5: error: ‘move’ was not declared in this scope
19 | move(3); move(1);
| ^~~~
turbo.cpp:38:22: error: ‘move’ was not declared in this scope
38 | while (a<=N-2 && move(4)){
| ^~~~
turbo.cpp:43:27: error: ‘move’ was not declared in this scope
43 | if (a==N-1 && b==N-1){move(1);}
| ^~~~
turbo.cpp:48:9: error: ‘move’ was not declared in this scope
48 | move(4); move(1);
| ^~~~
turbo.cpp:51:9: error: ‘move’ was not decla