PROGRAMMING:Happy a + B
Input two integers a and B, and output their sum (| a | = $$10 ^ {10} $$, | B | = $$10 ^ {10} $$).
###Input format:
Enter a and B with a space between them
###Output format:
Output the value of a + B on one line.
###Input example:
```in
1 2
```
###Output example:
```out
three
```
answer:If there is no answer, please comment
###Input format:
Enter a and B with a space between them
###Output format:
Output the value of a + B on one line.
###Input example:
```in
1 2
```
###Output example:
```out
three
```
answer:If there is no answer, please comment