using System;
public class Program
{
public static void Main()
Console.WriteLine("אריאל פנירי");
int x = 5;
int y = 6;
int z = 20;
Console.WriteLine(x+y+z);
}