#include using namespace std; int main() { int a,b,sum,dif,p,c; cin>>a; cin>>b; sum=a+b; dif=a-b; p=a*b; c=a/b; cout<