Three people A,B,C attend the following game: from 0~100, the Host will come up a number with Uniform, but he doesn't tell them the number, the attendee will guess a number and the closes one will win. A choose the number first and tell the number, B will tell another different number based on A's number, C choose another different one based on both A and B.
What number should A,B,C choose to make sure the probability is largest to win the game ?
To temporarily avoid problems due to the discreteness of the set $\{0,1,\dots,100\}$, let's pretend that the three people are guessing a real number between 0 and 1. If the first two guesses are $a$ and $b$, say $0<a<b<1$, then C will want to guess
Then C's chance of winning will be precisely $\max\{a,\frac{b-a}2,1-b\}$.
Unfortunately, the fact that C's winning move is not unique in one case makes B's strategy undefined: B needs to know how C will choose from among those choices, or what random distribution C will choose from.