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

PROGRAMMING:Seek the sum

Luz5年前 (2021-05-10)题库405
Keven encountered a problem in learning C language, so he asked you for advice,
It is required to read in '2 positive integers' a' and 'B', and then output their sum.
###Input format:
Enter two positive integers' a 'and' B 'with absolute values no more than' 1e20 'in one line.
###Output format:
For each group of inputs, output the value of 'a + B' in one line.
###Input example:
```in
2 3
```
###Output example:
```out
five
```







answer:If there is no answer, please comment