PROGRAMMING:A+B
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
### 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