2361: 高精度乘单精度
Memory Limit:256 MB
Time Limit:1.000 S
Judge Style:Normal Judger
Creator:
Submit:85
Solved:42
Description
输入一个高精度整数和一个单精度整数,输出其结果。所有数的位数均不超过100位。
Input
输入为两行,第一行是一个高精度整数 $a$;
第二行是一个单精度整数 $b$;
Output
输出一个 $a \times b$的结果。
Sample Input Copy
524
3
Sample Output Copy
1572