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

PROGRAMMING:A+B

Luz5年前 (2021-05-10)题库462
Caculate the sum of A and B.
### Input:
two integer A and B.
### Output:
the result of A+B.
### Input:
```in
3 5
```
### Output:
```out
eight
```







answer:If there is no answer, please comment