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

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
",t/2);
6     return 0;
7 }

以上。

我会一直在
原文地址:https://www.cnblogs.com/zhien-aa/p/5222003.html