#289. A+B

A+B

说明

print the sum of two integer

输入格式

two integer a and b

输出格式

the sum of a and b

样例

1 2
3

提示

use scanf and printf in stdio.h