PersonalCorpus 版 (精华区)

14050
2002-05-03 20:23:59
Accepted
1001
C++
00:00.00
380K
sino

#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)
页面执行时间:2.104毫秒