using System; public class Test { public static void Main() { f(); } static void f(){for(decimal n=1;;)Console.Write((1-n)+","+n++ +",");} }