Codeforces Round #627 (Div. 3) Editorial

Revision en4, by vovuh, 2020-03-13 10:02:45

Suddendly, all ideas of this contest are mine. And I'm very sorry about one missing small test in the problem B. This is the biggest mistake I made during the preparation of this round.

1324A - Yet Another Tetris Problem

Tutorial
Solution

1324B - Yet Another Palindrome Problem

Tutorial
Solution

1324C - Frog Jumps

Tutorial
Solution

1324D - Pair of Topics

Tutorial
Solution

1324E - Sleeping Schedule

Tutorial
Solution

1324F - Maximum White Subtree

Tutorial
Solution
Tags codeforces, 627, third division, editorial

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en4 English vovuh 2020-03-13 10:02:45 9 Tiny change: 't>(n + 1, -1));\n dp[0' -> 't>(n + 1, INT_MIN));\n dp[0'
ru4 Russian vovuh 2020-03-13 10:02:17 9 Мелкая правка: 't>(n + 1, -1));\n dp[0' -> 't>(n + 1, INT_MIN));\n dp[0'
ru3 Russian vovuh 2020-03-12 22:26:51 17
ru2 Russian vovuh 2020-03-12 22:25:02 2 (опубликовано)
en3 English vovuh 2020-03-12 22:24:53 0 (published)
ru1 Russian vovuh 2020-03-12 22:24:44 4451 Первая редакция перевода на Русский (сохранено в черновиках)
en2 English vovuh 2020-03-12 22:23:44 141
en1 English vovuh 2020-03-12 22:20:04 4292 Initial revision (saved to drafts)