100 atcoder#ABC169C. [ABC169C] Multiplication 3
[ABC169C] Multiplication 3
Score : points
Problem Statement
Compute , truncate its fractional part, and print the result as an integer.
Constraints
- is an integer.
- is a number with two digits after the decimal point.
Input
Input is given from Standard Input in the following format:
Output
Print the answer as an integer.
198 1.10
217
We have . After truncating the fractional part, we have the answer: .
1 0.01
0
1000000000000000 9.99
9990000000000000