Logo
  • Home
  • Codeforces
  • Software
  • Home Page in Chinese
  • @xloypaypa
  • Search
Menu
Author 181 Posts
xloypaypa

xloypaypa

Twitter
Newer Posts Page 19 of 23 Older Posts

Codeforces Round #703 Guessing the Greatest - Binary search

By xloypaypa in codeforces on 21 Apr 2021

Solution: Let's query $[1,n]$ firstly. And we get the index of 2nd largest value. Now we can get picture below:…

Educational Codeforces Round #106 ABCD Solutions

By xloypaypa in codeforces on 18 Apr 2021

A. Domino on Windowsill Solution: Place the domino upright in vertical is fine. Then place in horizontal for the extra part.…

Codeforces Round #715 Binary Literature - Construction

By xloypaypa in codeforces on 17 Apr 2021

Solutions: It is very simple to prove that the string which length is 3n can be obtained. Let's get two string which length is 2n, one is 000000, another one is 111111.…

Codeforces Round #715 (Div. 2) ABCDE Solutions

By xloypaypa in codeforces on 17 Apr 2021

A. Average Height Solutions: Put all odd number together. And then put all even number together. Code:…

Codeforces Round #715 The Sports Festival - DP

By xloypaypa in codeforces on 17 Apr 2021

Solution: Sort $a$ first. We can easily find that on any day, the members inside must be a continuous segment of $a$.…

Codeforces Round #715 Almost Sorted - DP+Construction

By xloypaypa in codeforces on 17 Apr 2021

Solution: Generally, Get the total number of almost sorted permutations of length $l$ by DP. And continuously split $n$ and $k$ into sub-DPs.…

Codeforces Round #711 Two Houses - Graphs

By xloypaypa in codeforces on 15 Apr 2021

Solution: For all pairs of points, we sort it from largest to smallest. Query the reachability of the points with higher in-degree to lower in-degree in these pairs in turn.…

Codeforces Round #711 Bananas in a Microwave - Reading Comprehension

By xloypaypa in codeforces on 14 Apr 2021

Solution: Just a very simple DP. The hardest part is understanding the problem description and understanding the sample data.…

Newer Posts Page 19 of 23 Older Posts
xloypaypa's Blog © 2025 Published with Ghost • Theme Attila • System theme
DigitalOcean Referral Badge 蜀ICP备19018968号