seq by kazuki

using c=System.Console;class A{static void Main(){string[]x=c.ReadLine().Split(',');for(int i=int.Parse(x[0]);i<=int.Parse(x[1]);)c.WriteLine(i++);}}

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

download

return to the top page