Zero or One is the game people play to pick one person out of a group. The name changes from place to place, but the rules stay the same. Each player picks either 0 or 1. Someone calls out "Zero or one!", and every player at the same moment shows the picked value with one hand: an extended index finger for 1, a closed fist for 0. The player who picked a value different from everyone else wins. When no player picked a value different from everyone else, the round has no winner. That is what happens when all players pick 0.
Alice, Beto and Clara are close friends, and they settle every small question with Zero or One: who buys the popcorn at the movies, who gets into the pool first, and so on. They play it so often that they decided to build a program for playing it over the internet. None of the three knows how to write code, so they split the work among friends who do. I am one of them.
Given the three values picked by Alice, Beto and Clara, decide whether the round has a winner, and if it does, report who won.