1625: A + B Problem
Memory Limit:32 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:74
Solved:62
Description
熟悉环境用。
计算两个整数的和,数据和结果均在整型范围内。
Input
一行,包含两个整数,空格隔开。
Output
一行,一个整数,表示两个整数的和。
Sample Input Copy
1 1
Sample Output Copy
2
HINT