using System;
public class Program
{
public static void Main()
var i = 10/3 + 1;
Console.WriteLine(i);
Console.WriteLine(i.GetType());
}