2012年5月30日

百度之星资格赛代码全集:

摘要: 各种水题啊。。。。A:#include<stdio.h>int main(){ int a,b; while(scanf("%d%d",&a,&b)!=EOF) { printf("%d\n",a+b); } return 0;} B:#include<stdio.h>int main(){ int T; int n; int ans; int t; scanf("%d",&T); while(T--) { ans=0; scanf("%d",&n); ... 阅读全文

posted @ 2012-05-30 00:36 kuangbin 阅读(2670) 评论(5) 推荐(0) 编辑

导航

JAVASCRIPT: