-->
当前位置:首页 > 题库

PROGRAMMING:High precision addition

Luz5年前 (2021-05-10)题库520
For the input of two non negative integers with no more than 100 digits, the sum of the two numbers is given.
###Input format:
Give two nonnegative integers with no more than 100 digits in two lines
###Output format:
Output the sum of two numbers in one line
###Input example:
```in
one hundred and twenty-three
twelve
```
###Output example:
```out
one hundred and thirty-five
```







answer:If there is no answer, please comment