PROGRAMMING:Function returns the sum of two integers
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
###Input example:
```in
18 -299
```
###Output example:
```out
-281
```
answer:If there is no answer, please comment