using static System.Console;
using static System.Convert;
public class Program {
public static void Main() {
var x = 2;
WriteLine(ToChar(x + 48));
}