Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Автор ixoxo, история, 4 года назад, По-русски

Hello Codefores Community, this is my first blog!

Every Official Codeforces Round has tutorial part. It's paramount/important part of whole contest , cause what the explanation will be , so will the understanding. Explanation parts have two subparts: interpretation(tutorial) and solution(full-accepted code). If i would be a creator of contest i would add some any parts.

  1. I would add "checking with test" part. Author/creator will give one hard test and will write full explanation with examples , because some test (exactly , Div 1 Rounds have hard tests for understanding , or you can write different test , which isn't in the condition).

Thank you for attention , you can write everything that you think about this blog and idea (i will read them all).

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

»
4 года назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Hello!

I think that your idea is quite useless. Div2 problems usually have very detailed editorial, so you should understand them pretty good. Div1 problems are much harder so is their editorial. If authors wrote solution too detailed, the text would be so huge that nobody would read it. Also it's very exciting to understand implementation details of the solution by yourself e.g. where to put +/- 1. If you can't figure out this parts, you should probably get better and solve some easier problems with same ideas.