Winged Edge by Hendrik

using C=System.Console;class X{static void Main(){for(int a,b;;C.WriteLine(a+b*b/a+2>>2)){var s=C.ReadLine().Split();a=int.Parse(s[0]);b=int.Parse(s[1]);}}}

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

download

return to the top page