Guest User

Untitled

a guest
May 21st, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main()
  5. {
  6. long int a, b;
  7. cin >> a >> b;
  8. multiplies<int> obj;
  9. cout << obj(a,b);
  10. }
Add Comment
Please, Sign In to add comment