Forezz

cost

Aug 27th, 2019
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. sin >> a >> b >> c;
  5. b = (b + a * 100) * c
  6. cout << b / 100 ;
  7. cout << b % 100;
  8. // put your code here
  9. return 0;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment