| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3611 |
| 4 | jiangly | 3583 |
| 5 | strapple | 3515 |
| 6 | tourist | 3470 |
| 7 | Radewoosh | 3415 |
| 8 | Um_nik | 3376 |
| 9 | maroonrk | 3361 |
| 10 | XVIII | 3345 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 162 |
| 2 | adamant | 148 |
| 3 | Um_nik | 146 |
| 4 | Dominater069 | 143 |
| 5 | errorgorn | 141 |
| 6 | cry | 138 |
| 7 | Proof_by_QED | 136 |
| 8 | YuukiS | 135 |
| 9 | chromate00 | 134 |
| 10 | soullless | 133 |
|
+30
I agree with your point that this year's qual was too normal compared to the previous year's. However, I strongly disagree with your take on using AI.
The announcement clearly says: "You can participate in a team of 3 or less, the use of AI is allowed and encouraged." If the use of tools that can enhance the speed of writing code is explicitly allowed and encouraged, it should be quite clear that by not using them, you're putting yourself at a disadvantage.
So again, there are well-known tools that everyone can use. Your argument is that since your team had no prior experience using it, you were put at a disadvantage. To me, it sounds similar to: "I only know Pascal. Clearly, people who use C++ have an advantage, since they can use standard library data structures such as I think we have to accept that LLMs are here to stay and embrace them. Using LLMs in these types of contests definitely feels quite different from what we are all used to and might remove some of the "fun" for some participants. However, it also enables you to try many more ideas than you could before, given the contest's short length. |
|
+46
At this point, LLMs are just another tool at your disposal, right? Yes, you have to pay to use one, and you're subject to quotas and whatnot. However, even free offerings or basic subscriptions (such as ChatGPT Plus) already give you enough capacity to write "simple boilerplate code". Your post is basically saying: "Writing boilerplate is not fun, testing out ideas is. There are tools to reduce the unfun part, but I didn't use them. This sucks." It's your choice which tools to use. Our solution to A is ~450 LOC. If you remove all comments and account for the fact that AI is writing verbose code, it'll be ~300LOC of human-written code. For comparison, our solution to the previous year's Qual A is ~200LOC. So yes, the amount of code is somewhat higher, but it's not like it's that high.
Honestly, I don't see how it's different from asking an AI to write it for you, except that AI-generated code can be tailored to your prompt and language of choice. Heck, even a free-tier LLM could do that. Why put even more effort on contest authors when generating that boilerplate code yourself is dirt cheap? |
|
+3
How to solve B? :( |
|
+42
I don't remember the whole problem and solution, but my teammates reduced the problem to the following: you have N subsets with sizes from 16 to 20, each subset is colored in either 1 or 2. You have to color all the elements of array in such a way that for each subset there were at least one element in this subset colored in its color. It's easy to prove that assignment of random colors give us a reasonably large success probability. It's about (1 - 2 - 16)n which is as I remember about 0.2 or sth like that. Repeating this solution several times decreases the error to a very small value |
|
0
I actually use |
|
+15
And what about 75 USD in BTC for the April contest? I didn't received any email where I could specify my BTC wallet |
|
+5
Where can I specify my BTC wallet number to receive the money? Or the organizers will contact me by email? |
|
0
Admins said that most likely this problem will be removed |
|
+10
Where did you find information about date of the Deadline24 Quals? I can't find it on its site... |
|
+5
Does anyone know how to solve J2 task? I tried to do some kind of dsbox-debug magic, but failed. I can only get this message "Verifying license information... OK", but this doesn't help me |
|
0
Frozen Heart: |
|
+10
Probably it will be 2 / 6 * 100 = 33 points (because jury's answer consists of 6 pair of similar solutions and in your answer are only 2 pairs) |
|
+16
Does anyone know when can we expect to see detailed information about Finals? It's 28th March now and orgs said that it would be around 15th March... |
|
0
How many teams will be qualified for final round? |
|
+13
Because problem E was rejudged. |
|
0
If you are using char*, you can make sth like |
|
0
I think that your output contains '\n' in the end. But in checker comment it is ignored. May be this '\n' not needed in output |
|
+3
It is explaied in statement. Read carefully. parity(a) = c % 2, c is count of '1' in a |
| Name |
|---|


