-->
当前位置:首页 > 题库 > 正文内容

PROGRAMMING:High precision quadrature

Luz3年前 (2021-05-10)题库375
Enter two high-precision positive integers m and n (M and N are less than 100 bits), and find the product of the two high-precision numbers.
###Input format:
The input is divided into two lines, one for each line.
###Output format:
One line, one number.
###Input example:
```in
thirty-six
three
```
###Output example:
```out
one hundred and eight
```






answer:If there is no answer, please comment

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。