using System;
public class Program
{
public static void Main()
int a = 1;
Console.WriteLine(a+="코난");
}