目录 A. Candies and Two Sisters B. Construct the String C. Two Teams Composing D. An ...
目录 A. Divisibility Problem B. K th Beautiful String C. Ternary XOR D. Carousel E. Tree Queries F. Make k Equal 比赛链接:https: codeforces.com contest A. Divisibility Problem 嘤 B. K th Beautiful String 嘤嘤 ...
2020-03-27 00:56 3 543 推荐指数:
目录 A. Candies and Two Sisters B. Construct the String C. Two Teams Composing D. An ...
Phoenix and Memory https://codeforces.com/contes ...
目录 A. Candies B. Balanced Array C. Alternating Subsequence D. Constant Palindrome ...
Heights https://codeforces.com/contest/1353 A ...
废话 前期题过得还是有点慢 题解 A 直接数出余数的补就好 B 给这些串分个类,很容易发现没类的个数依次是 \(1,2,3,\dots\) C 从第一个 \(1\) 之后,将所有的数字倒到另一边 D 如果能二分图染色就输出颜色数,否则就输出 \(3\) E ...
本场链接:Codeforces Round #704 (Div. 2) 闲话 大Fst场,排名从781->449,给我看傻了都.D题非常依赖特判,感觉我也不大能讲清楚所有情况.E的话好像也比较码农,正在写,可能晚上做出来了就更新,没做出来的话明天更. A. Three swimmers ...
本场链接:Codeforces Round #702 (Div. 3) A. Dense Array B. Balanced Remainders C. Sum of Cubes 思路 枚举\(b\),由范围可以知道\(1 \leq b \leq 10^4\).\(a\)可以求 ...
本场链接:Codeforces Round #699 (Div. 2) A. Space Navigation 题目大意:有一个飞船一开始在\((0,0)\),有一个操作列表\(s\),每个位置表示一个上下左右的移动操作.有一个目的地坐标是\((px,py)\).但是这个操作序列不一定能够正确 ...