Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - C++ inputs two shaping data, and outputs the sum and quadrature.
C++ inputs two shaping data, and outputs the sum and quadrature.
# including "iostream"

Use namespace std

int mian()

{

int a = 0;

int b = 0;

Cout < < "Enter the integer a:";

CIN & gt; & gta;

Cout & lt& lt "Enter the integer b:";

CIN & gt; & gtb;

cout & lt& lta * b; & lt& ltendl

cout & lt& lta+b;

rat urn 0;

}