Output two unsigned short integers, calculate and output their AND, OR and bitwise addition results in turn.
# include & ltiostream & gt
Use namespace std
void main(){
unsign int a,b;
CIN & gt; & gta & gt& gtb;
cout & lt& lta & ampb & lt& lta | b & lt& lta+b;
}