PersonalCorpus 版 (精华区)

51842 1000 sino@HIT Accepted (0.00s 364K +10+0) 94 Bytes C++ 
2004-03-29 22:56:02

#include <stdio.h>
int main()
{
    int a,b;
    while (scanf("%d%d",&a,&b)==2) printf("%d\n",a+b);
}
[百宝箱] [返回首页] [上级目录] [根目录] [返回顶部] [刷新] [返回]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.027毫秒