Algorithm 版 (精华区)
发信人: Lerry (life is waiting...), 信区: Algorithm
标 题: 1001K-A+BProblem-ZJU
发信站: 哈工大紫丁香 (2002年10月11日11:35:28 星期五), 站内信件
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);
}
--
猜谜语:太监以前有,进宫后没有;
和尚有但是不用,外国人比中国人的长。
打一人身上的东西?想歪了吧——是名字!
※ 来源:·哈工大紫丁香 bbs.hit.edu.cn·[FROM: 202.118.249.235]
Powered by KBS BBS 2.0 (http://dev.kcn.cn)
页面执行时间:3.531毫秒