4669: A+B_1

内存限制:64 MB 时间限制:1.000 S
评测方式:文本比较 命题人:
提交:3 解决:3

题目描述

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

来源/分类