上一页 1 2 3 4 5 6 7 8 ··· 13 下一页
摘要: Problem A 题目链接: http://bestcoder.hdu.edu.cn/contests/contest_showproblem.php?cid=690&pid=1001 http://acm.hdu.edu.cn/showproblem.php?pid=5685 题目分析: 因为是 阅读全文
posted @ 2016-05-16 23:26 Gssol 阅读(264) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://www.patest.cn/contests/pat-b-practise/1055 分析:思路很巧妙,感觉很有意义的字符串题目 阅读全文
posted @ 2016-04-17 18:14 Gssol 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 地址链接:http://acm.hdu.edu.cn/showproblem.php?pid=1070 题意:多看几遍,学着静下来心去看英文题 代码: 阅读全文
posted @ 2016-04-15 15:15 Gssol 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=1084 题意:根据做题数目和时间输出分数 代码: 阅读全文
posted @ 2016-04-14 22:03 Gssol 阅读(210) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://www.patest.cn/contests/pat-b-practise/1039 解题思路:自己刚开始想的是用两个字符串来做,搜别人题解的时候发现别人一种很好的解题思路,是用string做的,感觉做的很巧妙 具体的代码如下: 最后的代码输出用下面的代码输出答案就是报只是 阅读全文
posted @ 2016-04-09 21:52 Gssol 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2016-04-07 22:45 Gssol 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 代码 阅读全文
posted @ 2016-04-07 21:47 Gssol 阅读(101) 评论(0) 推荐(0) 编辑
摘要: 题目链接:https://www.patest.cn/contests/pat-b-practise/1002 关键说明: 阅读全文
posted @ 2016-04-07 21:34 Gssol 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/659/C 题意: n是已经有的数字,m是可用的最大数字和 要求选自己没有的数字,且这些数字的数字和不能超过m 且要求可选的数字的数目越多越好 输出一种答案即可 解题思路: 刚开始想开一个bool型的1e9的 阅读全文
posted @ 2016-03-31 22:25 Gssol 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 题目链接:http://codeforces.com/problemset/problem/659/B 题意: n个人,m个区。给出n个人的姓名(保证不相同),属于的区域,所得分数。从每个区域中选出成绩最好的两个人去参加比赛,输出这两个人的名字。如果第三个人的成绩和第二个人的成绩相同,则输出“?”, 阅读全文
posted @ 2016-03-31 21:49 Gssol 阅读(232) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 13 下一页