using System;
public class Program
{
public static void Main()
int n = 1;
for(int n=1; n<10; n+3)
}
Console.WriteLine("" + n);