using System; class Program { static void Main(string[] args) { var n = Console.ReadLine(); int i = Int32.Parse(n); int sum = 0; for (int j=0; j