The 7th Zhejiang Provincial Collegiate Programming Contest->Problem G:G - Wu Xing

http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3328

至今未看懂题意,未编译直接提交,然后 A了。莫名AC总感觉怪怪的。

详情参考:http://www.acmsearch.com/article/show/2918

玄学参考:

 

1 #include<stdio.h>
2 int main() {
3     int t;
4     while(scanf("%d",&t),t)
5         printf("%d\n",t/2);
6     return 0;
7 }

以上。

posted @ 2016-02-26 22:40  April_AA  阅读(134)  评论(0编辑  收藏  举报