using System.Collections.Generic;
using System.Text.RegularExpressions;
public static void Main(string[] args)
Console.WriteLine("Введите значение X");
int x = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите значение A");
int a = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите значение B");
int b = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите значение C");
int c = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите значение D");
int d = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Результат = " + (Math.Tan(x / i + a) - Math.Log10(b * i +7)));
Console.WriteLine("Результат = " + c * Math.Pow((x * x + d * Math.Pow(i, 1.2)), 1 / i));