using System;
public class Program
{
public static void Main(string[] args)
foreach (var a in args)
Console.WriteLine(a);
}