#1305. 浮点数A×B问题

浮点数A×B问题

浮点数A×B问题

题目

输入两个浮点数a,b用空格隔开,输出这两个数的积。

Input

0<a,b<1000

Output

输出内容保留三位小数

Samples

0.212 0.12
0.025