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);
}
begin
writeln('Введите букву');
readln(a);
case a of
'q': writeln('w');
'w': writeln('e');
'e': writeln('r');
'r': writeln('t');
't': writeln('y');
'y': writeln('u');
'u': writeln('i');
'i': writeln('o');
'o': writeln('p');
'p': writeln('a');
'a': writeln('s');
's': writeln('d');
'd': writeln('f');
'f': writeln('g');
'g': writeln('h');
'h': writeln('j');
'j': writeln('k');
'k': writeln('l');
'l': writeln('z');
'z': writeln('x');
'x': writeln('c');
'c': writeln('v');
'v': writeln('b');
'b': writeln('n');
'n': writeln('m');
'm': writeln('q');
end;
end.
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);
}
}
}