Problem robotonring2
User kesleryak
Submission Time 2024-11-04 22:25:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robotonring2.cpp: In function ‘int main()’:
robotonring2.cpp:73:27: error: expected ‘;’ before ‘}’ token
73 | y += b
| ^
| ;
74 | }
| ~
robotonring2.cpp:76:23: error: expected ‘;’ before ‘}’ token
76 | y %= b
| ^
| ;
77 | }
| ~