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

PROGRAMMING:Function returns the sum of two integers

Luz5年前 (2021-05-10)题库439
Write a function to return the sum of two integers. The main function inputs two integers and outputs their sum.
###Input example:
```in
18 -299
```
###Output example:
```out
-281
```







answer:If there is no answer, please comment