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

PROGRAMMING:Calculate the value of a + B

Luz5年前 (2021-05-10)题库399
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