sum's blog

By sum, history, 6 months ago, In English

Hello Codeforces!

omeganot and I are excited to invite you to participate in Codeforces Round 919 (Div. 2) which will start on Jan/13/2024 17:35 (Moscow time). You will be given 2 hours to solve 6 problems. One of the problems is divided into 2 subtasks.

This round will be rated for participants of Division 2 with a rating lower than 2100.

We would like to thank

The score distribution is $$$500 - 1000 - 1500 - 2000 - 2250 - (2500 - 2500)$$$.

We hope everyone will enjoy the round!

UPD 1: Editorial

UPD 2: Congratulations to our winners and first solves!

Full text and comments »

  • Vote: I like it
  • +658
  • Vote: I do not like it

By sum, history, 6 months ago, In English

Information about the round

Rating predictions (inspired by BucketPotato's editorial)
Who did what

Solutions

1920A - Satisfying Constraints
Hint 1
Solution
Code
1920B - Summation Game
Hint 1
Hint 2
Solution
Code
1920C - Partitioning the Array
Hint 1
Hint 2
Solution
Code
1920D - Array Repetition
Hint 1
Hint 2
Solution
Code (iterating over second type operations)
Code (repeated binary searches)
1920E - Counting Binary Strings
Hint 1
Hint 2
Hint 3
Solution
Code
1920F1 - Smooth Sailing (Easy Version)
Hint 1
Hint 2
Solution
Code
1920F2 - Smooth Sailing (Hard Version)
Hint 1
Hint 2
Hint 3
Solution
Code (small to large)
Code (LCA queries)

Full text and comments »

  • Vote: I like it
  • +314
  • Vote: I do not like it