#A. C - Multiplication 3

    传统题 1000ms 256MiB

C - Multiplication 3

该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。

C - Multiplication 3

Score : $300$ points

Problem Statement

Compute $A \times B$, truncate its fractional part, and print the result as an integer.

Constraints

  • $0 \leq A \leq 10^{15}$
  • $0 \leq B < 10$
  • $A$ is an integer.
  • $B$ is a number with two digits after the decimal point.

Input

Input is given from Standard Input in the following format:

AA BB

Output

Print the answer as an integer.


198 1.10
217

We have $198 \times 1.10 = 217.8$. After truncating the fractional part, we have the answer: $217$.


1 0.01
0

1000000000000000 9.99
9990000000000000

2024春季入门组刷题营(十)

未参加
状态
已结束
规则
IOI
题目
8
开始于
2024-5-19 13:00
结束于
2024-5-19 15:00
持续时间
2 小时
主持人
参赛人数
10