var
x,y: integer;
begin
readln(x,y);
writeln('1. ',x-x**3 / 3 + x**5 / 5);
writeln('2. ',2**(-x) - cos(x) + sin(2*x*y));
writeln('3. ',x-(10*sin(x)) + abs((x**4)-(x**5)));
writeln('4. ',x**2-7*x+10/x**2-8*x+12);
End.
Одна строка- 8 битт.
всего тут 11 строк
значит 8*11=88
вроде бы так
Я в этом плохо что понимаю, так что не знаю какие инструменты. Знаю что пр
<span>int [ , ] array = new int [2,3];
</span>Random rnd=new Random();
For (int i=0; i<array.lenght; i++)
{
For (int j=0; i<array.lenght; j++)
{
a[i,j]=rnd.Next(-25,25);
if (array[i,j]<0) Console.WriteLine("Есть");
}
}