上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页
摘要: Codeforces Round #712 (Div. 1) B. 3-Coloring Codeforces Round #712 (Div. 2) D. 3-Coloring 题意 在一个$n*n$的网格中做游戏,使用$3$种颜色对每个网格涂色 每回合系统会给出一种禁止的颜色\(a\) 你必须选 阅读全文
posted @ 2021-04-04 00:51 StelaYuri 阅读(169) 评论(0) 推荐(0) 编辑
摘要: CodeCraft-21 and Codeforces Round #711 (Div. 2) C. Planar Reflections 题意 假设现在有$n$个平面,从左到右排列 现有一个衰变年龄为$k$的粒子从最左端向右发射 如果一个粒子碰到了一个平面,它将会不改变衰变年龄保持运动方向并传过这 阅读全文
posted @ 2021-03-30 00:45 StelaYuri 阅读(162) 评论(3) 推荐(1) 编辑
摘要: Codeforces Round #710 (Div. 3) F. Triangular Paths 题意 有一个无限高度的三角形,顶端编号为$(1,1)$,第$r$层有$r$个点,从左至右按顺序$c$编号为$(r,c)$,如图所示 对于每个节点$(r,c)\(,都有两条连接下一层相邻节点\)(r+ 阅读全文
posted @ 2021-03-26 01:58 StelaYuri 阅读(97) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #707 (Div. 1, based on Moscow Open Olympiad in Informatics) B. Two chandeliers Codeforces Round #707 (Div. 2, based on Moscow Open Ol 阅读全文
posted @ 2021-03-24 19:26 StelaYuri 阅读(113) 评论(0) 推荐(1) 编辑
摘要: Codeforces Round #709 (Div. 1, based on Technocup 2021 Final Round) A. Basic Diplomacy Codeforces Round #709 (Div. 2, based on Technocup 2021 Final Ro 阅读全文
posted @ 2021-03-22 11:02 StelaYuri 阅读(96) 评论(0) 推荐(0) 编辑
摘要: Educational Codeforces Round 106 (Rated for Div. 2) D. The Number of Pairs 题意 给定三个正整数$c,d,x$,询问有多少对正整数对$(a,b)$,满足 \[ c \cdot lcm - d \cdot gcd = x \] 阅读全文
posted @ 2021-03-19 00:57 StelaYuri 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #603 (Div. 2) E. Editor 题意 有一个长度为无限的文本编辑器,初始时光标在位置$1$ 给定一个长度为$n$的字符串作为操作串,该字符串仅含有小写英文字母及$'L'\(,\)'R'\(,\)'('\(,\)')'$这四种字符 操作串自左向右每个字 阅读全文
posted @ 2021-03-08 17:23 StelaYuri 阅读(109) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #705 (Div.2) D - GCD of an Array 题意 给定长度为$n$的数组${a}$,有$q$次操作与询问 每次操作给定$i$与$x$,使得$a_i=a_i*x$ 每次操作后询问此时这个数组所有元素的最大公因数GCD是多少 限制 \(1\le n 阅读全文
posted @ 2021-03-07 00:21 StelaYuri 阅读(178) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #704 (Div. 2) D. Genius's Gambit 题意 要求构造出两个不包含前导0的二进制数字$x,y$,满足: $x,y$都具有$a$个$0$和$b$个$1$ $x-y$具有$k$个$1$ 限制 \(a\ge 0\) \(b\ge 1\) \(0\ 阅读全文
posted @ 2021-02-23 19:05 StelaYuri 阅读(329) 评论(0) 推荐(0) 编辑
摘要: Codeforces Round #702 (Div. 3) G. Old Floppy Drive 题意 给定一个包含$n$个整数的数组${a}$,可以循环延申至无穷个元素(定义编号$n$的后一个元素为编号$1$) 再给定$m$个询问$x$,对于每个$x$ 问无穷数组${a}\(的**前缀和**数 阅读全文
posted @ 2021-02-17 01:44 StelaYuri 阅读(90) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 24 下一页