using System;
public class Program
{
public static void Main()
Console.WriteLine("which school do you go to?");
string name = Console.ReadLine();
Console.WriteLine("oh "+ name+ " is a very good shcool");
}