1000: A+B
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:1067
Solved:731
Description
输入两个整数 $a,b$,输出它们的和。
Input
两个以空格分开的整数。
Output
一个整数。
Sample Input Copy
23 27
Sample Output Copy
50
HINT
$|a|、|b| \le 10^9$