simplelife's blog

By simplelife, 7 weeks ago, In English

Thank you for participating in our round. We apologise for C2 being too hard compared to C1.

UPD : Added an alternative solution to B, which contains the original solution with a diagram for better understanding.

2210A - A Simple Sequence

Idea: ritam1234, Preparation: ritam1234

Solution

2210B - Simply Sitting on Chairs

Idea: ritam1234, Preparation: ritam1234, Argentum47

Hint 1
Solution

You can refer to the following for a better idea of the exchange argument, credits dipamsen

Solution-2

2210C1 - A Simple GCD Problem (Easy Version)

Idea: simplelife, Preparation: Argentum47

Hint 1
Hint 2
Hint 3
Solution

2210C2 - A Simple GCD Problem (Hard Version)

Idea: simplelife, Preparation: Argentum47

Thanks to Intellegent for misreading $$$C1$$$ and Argentum47 for fully solving it.

Hint 1
Hint 2
Hint 3
Hint 4
Hint 5
Hint 6
Hint 7
Hint 8
Solution
Additional Challenge
Code(C++)

2210D - A Simple RBS Problem

Idea: simplelife, Preparation: simplelife

Thanks to awesomeguy856 for helping me in writing the editorial for this problem.

Hint 1
Hint 2
Solution
Code(C++)

2210E - Binary Strings are Simple?

Idea: Argentum47, simplelife, Preparation: ritam1234, __baozii__, Argentum47

Thanks to wuhudsm for buffing this problem.

Part 1 Hint
Part 1 Solution
Part 2 Hint 1
Part 2 Hint 2
Part 2 Solution
Code 1(C++)
Code 2(C++)

2210F - A Simple Problem

Idea: simplelife, Preparation: __baozii__

Thanks to __baozii__ for solving this problem.

For the simplicity of editorial , denote $$$\max(b_1,b_2,\ldots,b_i)$$$ as prefix-max($$$i$$$) and $$$\min(b_1,b_2,\ldots,b_i)$$$ as prefix-min($$$i$$$).

Hint 1
Hint 2
Solution
Code ( __baozii__,C++)
Code(Dominater069,C++)

Full text and comments »

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