using System;
public class Program
{
public static void Main()
String str1 = "I'm the\"Champion of the Year\" for this competition" ;
Console.WriteLine(str1);
}