We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
what
On CoC: Binary outputs should be avoided in CoC.
I don't think this makes any sense. If anyone really wants to solve the problem by binary searching for the hidden values on 7 validators and giving the right output, I think they have done more work than actually solving the problem. This is double true considering that these are CoC rules, not puzzles.
Many problems are naturally posed as binary and better left that way. A better rule would be "binary outputs should be accompanied by many test cases" or something.
print(True) may give more than 50% scores.
they mean binary outputs such as outputting `true` or `false` only
binary is anything made out of 2, not necessarily binary counting
typo: heard -> head
About "
The player's id should be 0.",how to handle that in multiplayer game ?
Should we transform index to players relative position to make them always appears as 0, and transform back their index in their output to retrieve the real index ? (I tried, it works but displays the relative index in game output so other players see this when playing game)
Or we should ignore and tell to the player with index he is ?
I looked at the "Chip poker race" multiplayer game, it tells to the player which index he is, so I'll follow this for now
Yes, first option is better.
wow this is cool