Note: The text editorials will be provided by the authors of the round. This video tutorial acts as an additional resource for those who prefer video over text, not as a substitute for the text editorial.
2164A — Sequence Game
Video
2164B — Even Modulo Pair
Video
2164C — Dungeon
Video
2164D — Copy String
Video
Also, the free bootcamp for 1200 -> 1600 rating starts from today!








B was so tricky, i solve A C D but i dont come up with idea of the B. can you also create tutorial for other problems of. contest?
i am beginner so i just solve the first one and a second one iss hardd
I’m also relatively new. I was sick yesterday, so I couldn’t participate in the contest. However, this morning I upsolved Problem A and Problem B.
Here is my submission for Problem A: 347808239
Here is my submission for Problem B: 347811725
Keep grinding buddy. Eventually you'll get there.
thank
You can refer to this cp sheet.
It'll help you a lot.
Do questions in the range of your [rating — 200,rating + 200].
Here's the CP sheeet:
[https://www.tle-eliminators.com/cp-sheet]
i cannot access it maybe iam in a diff country?
Use a VPN.
And set the country to INDIA.
Where are you from by the way.
i come from vietnam
Please tell me about the bootcamp.
Hello Codeforces Team,
I received a plagiarism warning for my submission (ID: 347728443) on problem 2164B. I want to clarify that I wrote the entire solution by myself during the contest and did not share it with anyone. It seems there might have been an accidental similarity or unintentional code leakage, possibly because I used an online IDE which might have been public by default.
I sincerely apologize if this caused any misunderstanding. I assure you that I respect the rules of Codeforces and will make sure to use private or offline IDEs in future contests to avoid any such issue again.
Thank you for your understanding.
– gobendo999
Hello Codeforces Team,
I have tested the examples provided in 216D- Copy String and I wonder if I am missing something. When transforming "vzvylxxmsy" to "vvvvvllxxx", it cannot happen in 3 transformations because "vzvylxxmsy" — "vvvvvllxxx" = "zymsy".
I can't see a rule that defines how two letters can be modified in a single transformation which is the only way to solve it in 3 steps. I wonder what I am missing in the problem description?