16*32*60=30720 символов
30720*8=30720 байт=30кбайт
#include<iostream>
using namespace std;
int main() {
setlocale(0, "");
int nech=0, ch=0;
int a;
cin >> a;
while(a!=0){
cin >> a;
if (a % 2 == 0)ch++;
else nech++;
}
cout <<"НЕЧЕТНЫХ "<< ch <<" ЧЕТНЫХ "<< nech << endl;
system("pause");
}
Var
y, x : Real;
begin
WriteLn('Vvedite X'); ReadLn(x);
y:= sqrt(sqr(x)*x);
WriteLn('Otvet:', y);
ReadLn;
end.
1) 256=2^8 ---> 8 бит =1 байт - 1 пиксель
2) 1*300*300= 90 000 ( байт)≈ 88 Кбайт