using System; class E { static void Main() => Console.WriteLine(Solve()); static object Solve() { return ""; } }