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

PROGRAMMING:Happy a + B

Luz5年前 (2021-05-10)题库502
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