4374: 计算 A+B

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:118 Solved:89

Description

计算 A+B

Input

两个整数 a,b (0<=a,b<=10)

Output

输出 a+b

Sample Input Copy

1 2

Sample Output Copy

3