@ -8,5 +8,6 @@ int main()
int a,b;
cin>>a>>b;
cout<<"a+b="<<a+b<<'\n'<<"a-b="<<a-b<<'\n';
cout<<"a*b="<<a*b;
return 0;
}