Problem C: 初级第二课——加法程序

Problem C: 初级第二课——加法程序

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 517  Solved: 305
[Status] [Submit] [Creator:]

Description

输入两个加数,输出和。

Sample Input Copy

12 10

Sample Output Copy

22