PROGRAMMING:Calculate the value of a + B
Give two unknown positive integers a and B, calculate the value of a + B and output.
###Input format:
Give a and B in a row, separated by spaces.
###Output format:
Output the value of a + B on one line.
###Input example:
```in
100 100
```
###Output example:
```out
two hundred
```
answer:If there is no answer, please comment
###Input format:
Give a and B in a row, separated by spaces.
###Output format:
Output the value of a + B on one line.
###Input example:
```in
100 100
```
###Output example:
```out
two hundred
```
answer:If there is no answer, please comment