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毫秒