Ответ:
2 значащих нуля в двоичной записи.
1)#include <iostream>
using namespace std;
int main(){
double x,y,z;
cin>>x;
cin>>y;
if((y==-1) or (x==-34)){
return 33;
}
z=(x+y)/(y+1)-(x*y-12)/(34+x);
cout<<z;
cin.get();
cin.get();
return 0;
}
2)#include <iostream>
using namespace std;
int main(){
int x,y,a,b,c;
double d;
cin>>x;
cin>>y;
a=x+y;
cout<<x<<"+"<<y<<"="<<a<<"\n";
b=x-y;
cout<<x<<"-"<<y<<"="<<b<<"\n";
c=x*y;
cout<<x<<"*"<<y<<"="<<c<<"\n";
if(y==0){
cout<<"Can't divide by zero";
cin.get();
cin.get();
return 66;
}
d=double(x)/double(y);
cout<<x<<"/"<<y<<"="<<d;
cin.get();
cin.get();
return 0;
<span>}</span>
Друге і четверте речення.
N=4 цвета, значит глубина цвета:
i= ㏒₂N=㏒₂4=2
количество пикселей k= 60*40= 2400
Объем изображения: I=k*i= 2400*2=4800 бит = 600 байт