using System;
namespace zadanie
{
class Program
static void Main(string[] args)
Console.WriteLine("Введите число x");
Console.WriteLine("Введите число y");
}
namespace Nomer7
Console.WriteLine("[Введите число x]"); Console.WriteLine("[Введите число y]");
double x = double.Parse(Console.ReadLine()); double y = double.Parse(Console.ReadLine());
double result;
result = ((Math.Pow(10, 7) - x * Math.Pow(y, 3)) / (Math.Sqrt(Math.Pow(x, 2) + Math.Pow(y, 2; /// формула
Console.WriteLine(result);
using System;
namespace zadanie
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Введите число x");
Console.WriteLine("Введите число y");
}
}
}
using System;
namespace Nomer7
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("[Введите число x]"); Console.WriteLine("[Введите число y]");
double x = double.Parse(Console.ReadLine()); double y = double.Parse(Console.ReadLine());
double result;
result = ((Math.Pow(10, 7) - x * Math.Pow(y, 3)) / (Math.Sqrt(Math.Pow(x, 2) + Math.Pow(y, 2; /// формула
Console.WriteLine(result);
}
}
}