自爆魂

博客园 首页 新随笔 联系 订阅 管理
#include <iostream>
#include <cstdio>
#include <cstring>
#include <string.h>
#include <queue>
using namespace std;
int a,b;

int main()
{
    while(scanf("%d%d",&a,&b) != EOF)
    {
        printf("%d\n",(a+b));
    }
    return 0;
}

posted on 2014-10-19 19:15  自爆魂  阅读(158)  评论(0编辑  收藏  举报