Sponsored
Use these hints if you're stuck. Try solving on your own first.
Read the string from right to left, if the string ends in '0' then the number is even otherwise it is odd.
Simulate the steps described in the binary string.
Solve with full IDE support and test cases