【杭电】[1090]A+B for Input-Output Practice (II)

题目描述
输入输出

话说把这几个传好是不是今天又没几篇能上传了……

#include<stdio.h>
int main() {
    int i,j,a,b;
    scanf("%d",&j);
    for(i=0; i<j; i++) {
        scanf("%d %d",&a,&b);
        printf("%d\n",a+b);
    }
    return 0;
}
posted @ 2015-12-20 10:56  BoilTask  阅读(7)  评论(0编辑  收藏  举报