摘要: 题目链接http://acm.hdu.edu.cn/showproblem.php?pid=2504在不知道这gcd函数时写的代码#includeint main(){ int n,a,b,i,t1,t2,m; scanf("%d",&n); while(n--) { ... 阅读全文
posted @ 2014-09-05 10:02 立刻行动 阅读(199) 评论(0) 推荐(0) 编辑