1000: A+B 输入输出练习I

Memory Limit:32 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:335 Solved:132

Description

你的任务是计算a+b。这是为acm初学者专门设计的题目。

Input

输入两个正整数a和b,通过空格隔开。

Output

输出a、b的和。

Sample Input Copy

1 5

Sample Output Copy

6

HINT

0<=a, b<=100000

Source/Category