M = E/gh - формула для массы тела
Вклад нада букву В добавить
193.125 в 10=1x10²+9x10¹+3x10⁰+1x10⁻¹+2x10⁻²+5x10⁻³
193125 в 8=1x8⁵+9x8⁴+3x8³+1x8²+2x8¹+5x8⁰
193125 в 16=1x16⁵+9x16⁴+3x16³+1x16²+2x16¹+5x16⁰
1931.25 в 5=1x5³+9x5²+3x5¹+1x5⁰+2x5⁻¹+5x5⁻²
Var A,B:real;count:integer;
begin
readln(A,B);
while A<B do
beginA:=A+A/100*15;
count:=count+1;
end;
writeln(count);
<span>end.</span>
#include<iostream.h>
<span>using <span>namespace std;
into main()
{
</span></span>int array[15];
int a = 0; // число пятёрок;
// Тут заполняем из промежутка от -20 до 20
for(int i = 0; i < 15; i++)
{
if (array[i] == 5)
{
a++;
for( int j = i ; j < 15 - 1; j++ )
{
array[j] = array[j+1] ;
}
}
}
cout << "Удаленно:" << a << " чисел";
return 0;
}