上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 57 下一页
摘要: C. Classy Numbers 题目链接:https://codeforces.com/contest/1036/problem/C 题意: 给出n个询问,每个询问给出Li,Ri,问在这个闭区间中有多少个数满足,除开0之外,最多只有4个数字。 题解: 由于题目给出的数满足前缀性质,所以我们可以直 阅读全文
posted @ 2019-03-17 22:12 heyuhhh 阅读(117) 评论(0) 推荐(1) 编辑
摘要: E. Maximum Matching 题目链接:https://codeforces.com/contest/1038/problem/E 题意: 给出n个项链,每条项链左边和右边都有一种颜色(范围1~4),然后每条项链都有对应的价值。 现在你可以任意改变项链的位置,也可以交换左右两边的颜色,问怎 阅读全文
posted @ 2019-03-17 21:59 heyuhhh 阅读(180) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #546 (Div. 2) 题目链接:https://codeforces.com/contest/1136 A. Nastya Is Reading a Book 题意: 一本书有n个章节,之后给出每个章节所在页数范围,然后有一个人来看书看了k页,问还有多少章节没 阅读全文
posted @ 2019-03-17 21:51 heyuhhh 阅读(296) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #545 (Div. 2) 题目总链接:https://codeforces.com/contest/1138 A. Sushi for Two 题意: 给出n个数,只有1或者2,要求找出最长的连续的1,后面跟着相等长度的连续的2。问这个最长长度为多少。 题解: 模 阅读全文
posted @ 2019-03-10 22:34 heyuhhh 阅读(405) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #544 (Div. 3) D. Zero Quantity Maximization 题目链接:https://codeforces.com/contest/1133/problem/D 题意: 给出ai,bi,然后让你确定一个数d,令ci=d*ai+bi,问怎么 阅读全文
posted @ 2019-03-10 22:19 heyuhhh 阅读(252) 评论(0) 推荐(0) 编辑
摘要: D. Stressful Training 题目链接:https://codeforces.com/contest/1132/problem/D 题意: 有n台电脑,每台电脑都有初始电量ai,也有一个耗电量bi,意即每1s耗电多少,现在你有一个充电器,它每s可以给一台电脑充x的点亮。 问x最少为多少 阅读全文
posted @ 2019-03-10 21:39 heyuhhh 阅读(169) 评论(0) 推荐(0) 编辑
摘要: D. Slime 题目链接:https://codeforces.com/contest/1038/problem/D 题意: 给出两个数,然后每次可以对相邻的两个数合并,比如x,y,那么合并过后就是x-y或者y-x,这里怎么去减是自己决定的。问怎么合并,最后得到的那个数最大。 题解: 这题主要关键 阅读全文
posted @ 2019-03-10 21:27 heyuhhh 阅读(106) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-03-06 22:05 heyuhhh 阅读(10) 评论(0) 推荐(0) 编辑
摘要: P3809 【模板】后缀排序 题目链接:https://www.luogu.org/problemnew/show/P3809 题目背景 这是一道模板题。 题目描述 读入一个长度为 nn 的由大小写英文字母或数字组成的字符串,请把这个字符串的所有非空后缀按字典序从小到大排序,然后按顺序输出后缀的第一 阅读全文
posted @ 2019-03-05 21:44 heyuhhh 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 病毒侵袭 Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 39302 Accepted Submission(s): 8639 题目链接:http 阅读全文
posted @ 2019-03-05 21:31 heyuhhh 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 57 下一页