using System;
public class Program
{
public static void Main()
int i = 0,
j = 10,
k = 100;
Console.WriteLine(k);
}