Блог пользователя Shayan

Автор Shayan, 6 месяцев назад, По-английски

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

2164‌‌‌‌B — Even Modulo Pair

Video

2164C — Dungeon

Video

2164D — Copy String

Video

Also, the free bootcamp for 1200 -> 1600 rating starts from today!

  • Проголосовать: нравится
  • -74
  • Проголосовать: не нравится

»
6 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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?

»
6 месяцев назад, скрыть # |
 
Проголосовать: нравится -8 Проголосовать: не нравится

i am beginner so i just solve the first one and a second one iss hardd

»
6 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Please tell me about the bootcamp.

»
6 месяцев назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

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

»
6 месяцев назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

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?