PROGRAMMING:Function returns the sum of three integers
Please write a custom function to return the sum of three integers. The main function is to input three integers and call your custom function to output their sum( Please use at least 2 methods to complete)
###Input example:
```in
18 -299 81
```
###Output example:
```out
-200
```
answer:If there is no answer, please comment
###Input example:
```in
18 -299 81
```
###Output example:
```out
-200
```
answer:If there is no answer, please comment