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

PROGRAMMING:Find a + | B|

Luz5年前 (2021-05-10)题库390
Write a program to find a + | B | where a and B are two integers..
###Input format:
There are several groups of test data, which are processed to the end of the file. Input 2 integers a and B in the same line for each group of test data.
###Output format:
Each group output a + | B | value
###Input example:
Here is a set of inputs. For example:
```in
23 -150
```
###Output example:
The corresponding output is given here. For example:
```out
one hundred and seventy-three
```







answer:If there is no answer, please comment