Codeforces и Polygon могут быть недоступны в период с 23 мая, 7:00 (МСК) по 23 мая, 11:00 (МСК) в связи с проведением технических работ. ×

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

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

As the official editorial is promised to come out later, I will write an unofficial editorial for now. Some of the solutions are from my teammate tcmmichaelb139 orz. Contest: https://www.hackerrank.com/indigo-coding-competition

Easy

These problems are quite trivial, so I will only provide solutions:

P1
P2
P3
P4

Medium

P5
Code
P6
Code
P7
Code
P8
Code

Hard

P9
Code
P10
Code
  • Проголосовать: нравится
  • +25
  • Проголосовать: не нравится

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

:o slay

»
13 месяцев назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится

I wrote my own editorial as well, which builds on your observations while making everything more detailed.

It can be found here

Shout out to Bakry for helping me understand the approach behind problem 9.