4506: 例题1-2-2 求两整数数之和(2)

Memory Limit:12 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:46 Solved:40

Description

从键盘上输入两个整数,并输出这两个数的和,即你的任务是计算a+b。

Input

输入空格分隔的两个整数

Output

对于用空格分隔的两个整数,求其和。

Sample Input Copy

5 6

Sample Output Copy

11