紫丁香社区
→
个人文集
→ 精华区文章阅读
PersonalCorpus 版 (精华区)
#include "stdio.h"
void main()
{
int a,b,n;
scanf("%d",&n);
while (n--) {
scanf("%d%d",&a,&b);
printf("%d\n",a+b);
}
}
[
百宝箱
] [
返回首页
] [
上级目录
] [
根目录
] [
返回顶部
] [
刷新
] [
返回
]
Powered by KBS BBS 2.0 (
http://dev.kcn.cn
)
页面执行时间:3.367毫秒