Problem3491--入门测试题目

3491: 入门测试题目

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

求两个整数的和。

Input

一行,两个用空格隔开的整数。

Output

两个整数的和。

Sample Input Copy

1 2

Sample Output Copy

3

Source/Category