Blackjack by rotary-o

using C=System.Console;class M{static void Main(){for(int b,i=0,j=0;;i+=b<58?b-48:b<66?j=1:10)if((b=C.Read())<11)C.WriteLine(i<22?"{0}":"Bust",11/i*j--<1?i:i+b,i=38);}}

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

To protect the system from spam, please input your favorite sport (hint: I believe its name must start with 'g', case insensitive)

download

return to the top page