using System;
public class Program
{
public static void Main()
Console.WriteLine("third thing: {2}", 1, 2, 3);
}