Advertisement
erzis

Untitled

Nov 19th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int w, p;
  4. int main()
  5. {
  6. cin >> w >> p;
  7. cout << (w*p)/1000;
  8. return 0;
  9.  
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement