PROGRAMMING:High precision addition
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
###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