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

PROGRAMMING:Calculates the sum of two integers

Luz5年前 (2021-05-10)题库413
It is required to input 2 integers a and B, and then output their sum.
###Input format:
The input gives integers a and B on one line.
###Output format:
Output the value of a + B.
###Input example:
Here is a set of inputs. For example:
```in
3 5
```
###Output example:
The corresponding output is given here. For example:
```out
eight
```







answer:If there is no answer, please comment