using System;
public class Program
{
public static void Main()
int s = 0;for(int i=0; i <101;i++){ s+=i;} Console.WriteLine();
}