public static void Main()
Console.WriteLine("Введите R");
string h = Console.ReadLine();
int r = Convert.ToInt32(h);
Console.WriteLine("Введите B");
string a = Console.ReadLine();
int b = Convert.ToInt32(a);
Console.WriteLine("Введите L");
string c = Console.ReadLine();
int l = Convert.ToInt32(c);
int z1 = b * cos(Math.Pow(l,2);