@ -8,6 +8,7 @@ int main()
int a,b;
cin>>a>>b;
cout<<"A+B ="<<a+b<<endl
<<"A-B ="<<a-b<<endl;
<<"A-B ="<<a-b<<endl
<<"A*B ="<<a*b<<endl;
return 0;
}