using System;
public class Program
{
static void Yup(int[] art)
int a = 4;
int b = 5;
int c = 11;
int result = a + c+ b;
}
static void Result()
Console.WriteLine(result);