Топ комментариев
На awesomeguy856I hate newbies, 32 часа назад
+332

I hate masters

+148

I don't want problems like today's C to get normalized

На 1.618034Ratism or what??, 20 часов назад
+148

На Nummer_64IOI 2024 Teams, 32 часа назад
+136

IOI selection has not concluded yet please don’t spread misinformation.

На Nummer_64IOI 2024 Teams, 32 часа назад
+121

This statement is.

На zltzltCodeforces Round 949 (Div. 2), 28 часов назад
+120

Fun fact: the setter has solved 4000+ problems on codeforces and 10k+ problems on a Chinese online judge(which provide the remote judge service of codeforces and atcoder). I'm so shocked by his hard work.

На Nummer_64IOI 2024 Teams, 32 часа назад
+101

This statement is true.

На 1.618034Ratism or what??, 22 часа назад
+100

На Nummer_64IOI 2024 Teams, 32 часа назад
+88

This statement is false

На awesomeguy856I hate newbies, 32 часа назад
+79

Thank god I'm unrated

На Nummer_64IOI 2024 Teams, 32 часа назад
+76

All of these statements are false

На awesomeguy856I hate newbies, 31 час назад
+75

Upvoted both the blog and this comment. Luckily no one hate CMs.

На awooEducational Codeforces Round 166 [Rated for Div. 2], 40 часов назад
+71

D can be solved in O(n): 263368704

На bfsof1231, 21 час назад
+71

why

На Nummer_64IOI 2024 Teams, 32 часа назад
+70

This statement is false

На NemanjaSo2005My first cheating offer, 24 часа назад
+67

wtf is this comment spam??

На Nummer_64IOI 2024 Teams, 32 часа назад
+65

sto bnxe orz

На Nummer_64IOI 2024 Teams, 32 часа назад
+65

An even number of the above statements are true iff the next statement is true.

На zltzltCodeforces Round 949 (Div. 2) Editorial, 21 час назад
+63

I will elaborate on that.

You're right, it wasn't expected and that's mostly my fault -- I was able to come up with $$$O(n^2)$$$ solution pretty easily and thought that a lot of people will think about solution $$$O(n \cdot bound)$$$ after some time. In general, I don't want for last problem to be that hard and I will try to listen to feedback of other people more carefully. I still hope that people had fun thinking about this problem (and others problem of the round).

And one more point -- we intentionally didn't put in pretests tests where you need to use very big value of bound (maximum one that zltzlt was able to construct was around 3k and you can pass pretests with around 1k). I also want to elaborate on that. In general, I would vote for pretests to be as strong as possible, but here it was kinda special -- we didn't want people to try to squeeze solutions just with pure guessing (and since I've underestimated the problem, I thought that a lot of people will try to do so), that's why I agreed to not use such tests into pretests. In retrospect, I would insist on putting them (because problem already turned out to be too hard), and I fell sorry for maspy, congratulations on the win though!

На zltzltCodeforces Round 949 (Div. 2) Editorial, 20 часов назад
+62

I proved that the required upper bound is $$$O(N / \log N)$$$, but because creating a test case that achieves that upper bound also seemed non-trivial, I didn't seriously consider the constant factor. I ended up submitting with a slightly conservative estimate, taking into account the possibility of tight TL or ML. (Also, since the pretest succeeded with a limit of 1K, I submitted with a limit of 2K.)

While it might have been better to have some cases in the pretests closer to optimality, I think it's great that there were test cases in the system tests that required quite large upper bounds. Thanks for preparing a good contest!

На Nummer_64IOI 2024 Teams, 32 часа назад
+61

The statement is undecidable.

На Nummer_64IOI 2024 Teams, 32 часа назад
+60

sto bnxe orz

На Nummer_64IOI 2024 Teams, 32 часа назад
+60

sto bnxe orz

На Nummer_64IOI 2024 Teams, 32 часа назад
+58

sto bnxe orz

На Nummer_64IOI 2024 Teams, 8 часов назад
+57

IOI selection has not concluded yet please don’t spread misinformation.

На Nummer_64IOI 2024 Teams, 32 часа назад
+53

sto bnxe orz

На NemanjaSo2005My first cheating offer, 36 часов назад
+52

It seems people will make accusations. I purposely avoided making any as I don't have evidence. I encourage others to not make potentially slanderous accusations without proper evidence.

На Nummer_64IOI 2024 Teams, 32 часа назад
+52

For each of the statements above, either they are true or they are false.

На Nummer_64IOI 2024 Teams, 32 часа назад
+50

sto bnxe orz

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+50

It wasn't fun at all

На Nummer_64IOI 2024 Teams, 32 часа назад
+48

IOI selection has concluded already; please don’t spread misinformation.

+43

Am I the only one for who the contest page is broken? I can't read problem statements or watch standings or submit.

На Nummer_64IOI 2024 Teams, 32 часа назад
+42

sto bnxe orz

На NemanjaSo2005My first cheating offer, 25 часов назад
+42

Bruv, the "just give me your codeforces password" part was smart, it would've been over for them.

На NemanjaSo2005My first cheating offer, 18 часов назад
+42

I am a CP enjoyer, CF Master, IOI medalist, problem setter myself, and probably a member of the Serbian committee from next year

На NemanjaSo2005My first cheating offer, 26 часов назад
+37

most intelligent grey

На zltzltCodeforces Round 949 (Div. 2), 19 часов назад
+37

Clearly, you are the second type of person.

+36

thank you for the contest. :)

I really enjoyed solving C today.

Said no one ever!

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+36

I love the $$$O(\frac{n^2}{\ln n})$$$ solution of problem F, however I spent my whole time in $$$O(n\log n)$$$ overcomplicated segment tree merging solution and mixed indices like tr[x<<1](should be tr[tr[x].ls]) then finally finished 10 minutes after the contest...

edit: I got the first blood!! so funny XD

На zltzltCodeforces Round 949 (Div. 2) Editorial, 20 часов назад
+36

C has a significantly simpler $$$\mathcal O\left(n \log\left(n\right)\right)$$$ solution. Notice that instead of stopping at the LCA, if the path has missing entries, it is valid to continue farther up the tree. The path only has to stop when it runs out of missing entries or it reaches the root. Therefore, assuming at least one entry is not missing, a simple solution is to repeatedly choose the largest entry $$$x$$$ with missing neighbors and replace those missing neighbors with $$$\left\lfloor\frac x2\right\rfloor$$$ (or $$$2$$$ if $$$x = 1$$$). This can be implemented in about 20 lines with a priority queue:

Implementation
+35

Bad network

I've wasted about 30 minutes because of 502 and cloudflare

На NeroZein[Discussion Thread] APIO 2024, 32 часа назад
+35

The long wait is over, and the ranking has been released.

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+35

Stucked on C for $$$45$$$ minutes and finally got 1 place lower than sevlll777, who solved 1 problem less than me. The slowest episode ever.

На 1.618034Ratism or what??, 16 часов назад
+35

I hate haters

На Nummer_64IOI 2024 Teams, 32 часа назад
+33

purple sus

На zltzltCodeforces Round 949 (Div. 2), 22 часа назад
+33

What the fuck of the C???????????

May Luogu provide a English site just like atcoder?

На awooEducational Codeforces Round 166 [Rated for Div. 2], 40 часов назад
+28

it forces you to "if else if else if else if else if else if else..."

На NemanjaSo2005My first cheating offer, 25 часов назад
+28

He is spamming long texts in this thread, so that people loose interest while scrolling through this blog. He is probably among those cheaters.

На zltzltCodeforces Round 949 (Div. 2), 20 часов назад
+27

There are 10 types of people: 1. Those who like bit manipulation. 2. Those who don’t like it.

На bfsof1231, 14 часов назад
+27

It's called qq because when you try to register you cry

На Nummer_64IOI 2024 Teams, 32 часа назад
+26

Use the among us trick to find the real IOI team

На awooEducational Codeforces Round 166 [Rated for Div. 2], 39 часов назад
+25

wish lots of hapiness to problem C author's mom

OMG, jiangly's stream!

На zltzltCodeforces Round 949 (Div. 2), 22 часа назад
+24

It was more like Div. 1.5

На zltzltCodeforces Round 949 (Div. 2) Editorial, 17 часов назад
+24
clist rating

Third person is bebera not binpaw.

+23

Best wishes for everyone's A, B, C and D.

На zltzltCodeforces Round 949 (Div. 2) Editorial, 20 часов назад
+23

to give div2 people a harder problem to upsolve

На awooEducational Codeforces Round 166 [Rated for Div. 2], 40 часов назад
+21

https://codeforces.com/contest/1976/hacks/1028125

Is this hack not weird? Why would they randomly hardcode wrong answers. Seems like a trick by the hacker to gain points by hacking solutions like this.

Latin America, Argentina, Universidad Tecnológica Nacional — FRSF

Fruta Fresca 🍉🍋🍌🍍🍎

JPrime marianoferesin FedeNQ

+20

no

На zltzltCodeforces Round 949 (Div. 2), 22 часа назад
+20

Tough contest. We weren't given enough time.

На zltzltCodeforces Round 949 (Div. 2) Editorial, 20 часов назад
+20

C's editorial is not friendly as a regular C. LCA is not something that most people thinking about in this position. There's still a solution without using such advanced topic, but why the author didn't do that?

На awooEducational Codeforces Round 166 [Rated for Div. 2], 19 часов назад
+20

when will the rating be updated ?

На 1.618034Ratism or what??, 15 часов назад
+20
На 1.618034Ratism or what??, 9 часов назад
+20

I don't think ratism really a big thing, I think it's just the massive amount of glazing this community does for CMs, Masters, and Grand Masters.

+19

Nice investigation!

A possible explanation:

Intelligence and having a girlfriend is perhaps positively correlated in the general population, but this doesn't mean that every subgroup of intelligent people have a lot of girlfriends.For instance, the subgroup of intelligent 7 year old boys. Very few of them have girlfriends compared to the subgroup of intelligent 25 year olds. Here age is positively or negatively correlated with having a girlfriend. So it always depends on the characteristics of the subgroup you are looking at.

At CodeForces, there is an obvious other correlate at play, namely nerdiness (basically, are you more interested in objects or people). Nerdy people tend to have fewer girlfriends in most cultures, at least until the age where they begin to make bank. And, among intelligent people, nerds will be more likely to end up at codeforces, because codeforces attract exactly the people who are interested in numbers and objects. (Saying this, this doesn't mean that nerds don't want social interactions, it's all relative.)

With regard to the correlation between intelligence and beauty, there is another explanation in addition to yours: That posive traits like height, beauty and intelligence are all possitively correlated with each other because they are all caused by the same thing, namely good health. Good health here especially means good nutrition in early childhood and no unfavorable genetic combinations. If this condition of "no malnutrition and no genetic defects" is satisfied, people will on average be more intelligent, more beautiful and taller than those people who grew up with malnutrition and genetic defects (genetic defects can manifest themselves in many ways, so they are likely to affect both facial symmetry and development as well as height and brain development).

На zltzltCodeforces Round 949 (Div. 2), 24 часа назад
+19

Will queue issues appear in contest because of EDU 166 system testing?

На zltzltCodeforces Round 949 (Div. 2), 24 часа назад
+19

Will there be delays due to an overlap with yesterday's Educational round's System Testing?

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+19

I'm officially having skill issue with constructive problems (again) :D

На Nummer_64IOI 2024 Teams, 18 часов назад
+19

Good luck to Mongolia's team!

На NeroZein[Discussion Thread] APIO 2024, 45 часов назад
+18
Spoiler
+18

Why? I enjoyed it.

На NemanjaSo2005My first cheating offer, 36 часов назад
+18

if he is not lying about he's rating, then most probably he's account is funnylmao123, because there are only 13 1880 rated accounts on codeforces and it's the most suspicious one. I checked the contests of this account and most of A's was solved too late and it's the sign of that the person sends him ac code and he "modifys" it and it takes time, only a few time A was solved fast and these problems were too easy it means maybe he solved it in his own.

На Nummer_64IOI 2024 Teams, 32 часа назад
+18

sto bnxe orz

На Nummer_64IOI 2024 Teams, 30 часов назад
+18

If misinformation spreads this behavior, please cease you immediately.

На rteOngoing systests during contest?, 24 часа назад
+18

Contest submissions should be prioritized over system tests.

+17
+17

i don't want comments like this get normalized

+16

need +1

На NemanjaSo2005My first cheating offer, 37 часов назад
+16

"to beat a friend, makes it more interesting" — This is the most satisfying thing ^_____^

На zltzltCodeforces Round 949 (Div. 2) Editorial, 21 час назад
+16

Look at the standings. It seems your F is too hard for a div2 so it works like a 5-problem round. Is that good?

На zltzltCodeforces Round 949 (Div. 2) Editorial, 21 час назад
+16

problem C has quite a bit heavy implementation.

На Nummer_64IOI 2024 Teams, 18 часов назад
+16

Mongolia's team:

  • Irmuun Chinbat (Irmuun.Ch) — 1st time at IOI, 1 attempt left

  • Onolt Khurtsbilguun (Onolt_kh) — 2nd time at IOI, 0 attempt left

  • Tamir Jamiyangarav (tamir1) — 1st time at IOI, 0 attempt left

  • Erkhem Ganzorig (ezzzay) — 1st time at IOI, 2 attempt left

На NemanjaSo2005My first cheating offer, 18 часов назад
+16

It could be that the cheater is actually out to "expose" high-rated users who sell out easily. OP made the right call here.

На bfsof1231, 14 часов назад
+16

Using QQ is a terrible suggestion to someone who doesn't live in PRC and doesn't know Chinese. QQ-international is abandoned by tencent long ago and is not even supported on my device. When I tried to register in Play Store app, I got the following error message:

I tried to go here to register on a website, and it told me:

Your mobile phone number XXXXXXXXX is a security risk, please go to mobile QQ to register. If you haven't downloaded mobile QQ, scan the QR code below to download mobile QQ and register.

Then I had to download the app from https://im.qq.com/, because of course the version in Play store is outdated. Well, and after jumping all these hoops (and also passing Chinese CAPTCHA) I end up having this:

Meaning that they will not let me register with non-Chinese phone number no matter what, because I got the same error message on like 10 different days I tried to register over the last year. If you really want foreigners to get into Chinese IMs, at least suggest WeChat, it's somewhat possible to register and it actually has an English interface...

На awooEducational Codeforces Round 166 [Rated for Div. 2], 12 часов назад
+16

Why i am still blue even my max rating has been changed to candidate master?

+15

is carrot working for anyone?

+15

but.. you didn't even give the contest?

На awooEducational Codeforces Round 166 [Rated for Div. 2], 40 часов назад
+15

I couldn't submit B for a long time cause cf wanted to verify if I am a human.

Woohooo, let's go! Onsites are back!

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+15

same

На zltzltCodeforces Round 949 (Div. 2), 21 час назад
+15

It might be better to swap the D and E.

На zltzltCodeforces Round 949 (Div. 2) Editorial, 19 часов назад
+15

I could not understand your solution very well. It sounds like a great idea. Can you please explain in more detail (possibly with your thinking approach). Thank you

На Nummer_64IOI 2024 Teams, 3 часа назад
+15

Uzbekistan's team:

  • Asilbek Sunnatov (Sunnatov) — 2nd time at IOI, 1 attempt left

  • Husanboy Mansuraliev (Husanboy) — 2nd time at IOI, 0 attempts left

  • Ulugbek Rahmatullaev (heaven2808h) — 1st time at IOI, 2 attempts left

  • Mardon Hazratov (MardonbekHazratov) — 1st time at IOI, 0 attempts left

На Nummer_64IOI 2024 Teams, 46 часов назад
+14

Nummer_64, it is official team now.

На awooEducational Codeforces Round 166 [Rated for Div. 2], 39 часов назад
+14

The solution to problem D involves identifying a pair (i, j) that satisfies the following conditions: A[i-1] == A[j], A[j] != 0, and for every k in the range i <= k <= j, A[k] <= 2A[j]. Here, the array A is a prefix sum array derived by considering '(' as +1 and ')' as -1. To illustrate, consider the sequence "((((()))))".

Interestingly, while many have approached this problem with a time complexity ofO(n * log(n) * log(n)), there exists a more efficient solution. This problem can actually be solved inO(n) time 263375129

На zltzltCodeforces Round 949 (Div. 2), 28 часов назад
+14

No because $$$3500-2500\ne2500-2000$$$ :)