International Radiotelephony Spelling Alphabet II by

using L=System.Console;class C{static void Main(){var s=L.ReadLine().Replace("   ","  ").Split(' ');foreach(var c in s)if(c.Length<1)L.Write(' ');else L.Write(c[0]);}}

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

download

return to the top page