using System;
public class Program
{
public static void Main()
string a="5";
string b="7";
string c=a+b;
}