标签:
问题描述
输入格式
输出格式
样例输入
样例输出
数据规模与约定
代码
#include <stdio.h> int main () { int a,b; scanf ("%d%d",&a,&b); printf ("%d",a+b); return 0; }
BEGIN-1 A+B问题
原文地址:http://www.cnblogs.com/secret114/p/4298003.html