摘要: 题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=125 题目不经过自己调试ac的不算ac.... #include<stdio.h> #include<string.h> int main(){ int n,m; int i,j,k,t,a 阅读全文
posted @ 2015-01-11 16:16 wojiaohuangyu 阅读(14) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=469 规律题,找到规律的话就不难了,但是找不到规律的话就不知道从何下手了。。。。。。 #include<stdio.h> #include<string.h> int main(){ int 阅读全文
posted @ 2015-01-11 00:46 wojiaohuangyu 阅读(8) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.nyist.net/JudgeOnline/problem.php?pid=914 二分法加贪心,不理解的可以上网上搜大神的。。。。。。 代码: #include<stdio.h> #include<string.h> #include<algorithm> usin 阅读全文
posted @ 2015-01-11 00:25 wojiaohuangyu 阅读(9) 评论(0) 推荐(0)