发表评论取消回复
相关阅读
相关 CodeTON Round 1 (Div. 1 + Div. 2, Rated, Prizes!) C. Make Equal With Mod
[Problem - C - Codeforces][] 题意: 给定一个数列,k可任选,每次操作可以把所有数都模k,可以操作很多次,问最终能否把数组全部变成一样的数 思
相关 Educational Codeforces Round 90 (Rated for Div. 2) B 01 Game
[Problem - 1373B - Codeforces][] 题意: 给定一个01字符串,两个人玩游戏,一方可以去掉两个不同的相邻元素,不能取的人失败,问胜方是谁 思
相关 CodeTON Round 4 (Div. 1 + Div. 2, Rated, Prizes!) D. Climbing the Tree
[Problems - Codeforces][] 题意: ![99e173500b7946a4b9dc13783292652e.png][] 思路: ![6a492e
相关 CodeTON Round 4 (Div. 1 + Div. 2, Rated, Prizes!) C. Make It Permutation
[Problems - Codeforces][] 题意: ![8339051d6f2741b5ab9a8b0135eedfbb.png][] ![9c592e44e36
相关 【数论+构造】CF752div1 B
[Problem - 1603B - Codeforces][] 题意: 给定两个数x,y,让你构造一个n使得n%x=y%n 其中1<=n<=2e18 思路: 因为是
相关 【贪心+数论】TypeDB Forces 2023 (Div. 1 + Div. 2, Rated, Prizes!) B. Number Factorization
[Problem - B - Codeforces][] 题意: ![84a3540a09154230a1f42941fc76a8fe.png][] 思路: 把我CPU
相关 【组合数学--容斥】CodeTON Round 3 (Div. 1 + Div. 2, Rated, Prizes!) D. Count GCD
大概思路想出来了,就差不会写容斥了.... 题意: ![2f7e6497bf284d539796c496ca607e36.png][] ![481d598d1d244b5
相关 Educational Codeforces Round 59 [Rated for Div. 2] B. Digital root
Today at the lesson of mathematics, Petya learns about the digital root. The digital ro
相关 Educational Codeforces Round 63 (Rated for Div. 2) (A,B,C)
这次比赛很顺利的出了3个题,rating上涨了98,菜菜的我后面的不会了。 [A - Reverse a Substring][] include<bits/std
相关 Educational Codeforces Round 68 (Rated for Div. 2) A B C
A[Remove a Progression][] include<bits/stdc++.h> using namespace std; defin
还没有评论,来说两句吧...