ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1231. Turing: One, Two, Three, …

Bug in a testing program form Rybinsk
Posted by WAZZAP 5 Dec 2002 20:29
There is such a bug

The execution of your turing machine program stops when the machine
emulator will encounter the only one minus remained uncrossed.
This does not correspond to the problem text:

"The work of the Turing machine is considered to be done if no line
in the control table contains the combination of the current
character and condition".

because we're not explicitly required to implement the suggested
brute force Josephus' problem algorithm.

2Admins: please, check this out and write clarifications if possibble.