using System;
public class Program
{
public static void Main()
string t = null;
string s = Convert.ToString(t);
Console.WriteLine("val" + s);
}