您的位置:首页 > 其它

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

2016-07-14 17:46 435 查看
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=3328

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

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

玄学参考:


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


以上。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: