Comments

SomethingNew discovered Something new

Nicely done, But Because As and Bs are almost always math and implementation so you will find it's Avg and median around 1000s, What I think about is allowing the selection of the problems rate used in the calculation, like a range to select from i.e. 1200s to 2000s, This will prevent the calculation of As and Bs that are always math and implementation and will have more accurate readings.

It appears that the email has broken again, anyway to fix ?

There is a problem divided into 2 subtasks, according to the score distribution

So now we solve for alice and bob, yaay

Where can i find the model solution?

Big fan

0

Ayo that's a great one right there, Anyways, am i the only one who don't have the save to list button ?

I tried "AI code checkers" before The issue here is that ai recogonize any code we write as AI generated

the only thing for it to tell is "common practices" like #include <bits/stc++.h> or FastIO(); or maybe defining a gcd function or doing #define all(x) x.begin(), x.end() and even naming variables with non related things like x or temp that we just don't know what to call that variable during a contest so we name it anything that comes to our mind like these (tho I have never seen AI use unrelated variable name lol)

down here is an example to what I am saying (tho this code was written totally by me)

Just for smaller size
On 0xF1IOI 2024 predictions, 20 months ago
+11

Ahmed57 Take it Home

On night.watchmanCP vs Chess, 2 years ago
0

peak cf: 1034 peak chess (around 2 weeks ago): 1238 lichess

I wrote this solution which just check each line if it has substring of "010" since k>1 that means a square is at least 2*2

if it has a "010" then it is a triangle else is square

its an easier approach

Solution