@ -9,5 +9,6 @@ int main()
cin >> a >> b;
cout << a + b << endl;
cout << a*b << endl;
cout << "a/b = " << a/b << endl;
return 0;
}