from half an hour I got that message !
Recently, your account was used to crawl. Please change your password to prevent your account from being used for unauthorized activities.
can you help me ! what is happening?

| # | User | Rating |
|---|---|---|
| 1 | Benq | 3792 |
| 2 | VivaciousAubergine | 3647 |
| 3 | Kevin114514 | 3603 |
| 4 | jiangly | 3583 |
| 5 | turmax | 3559 |
| 6 | tourist | 3541 |
| 7 | strapple | 3515 |
| 8 | ksun48 | 3461 |
| 9 | dXqwq | 3436 |
| 10 | Otomachi_Una | 3413 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 157 |
| 2 | adamant | 153 |
| 3 | Um_nik | 147 |
| 4 | Proof_by_QED | 146 |
| 5 | Dominater069 | 145 |
| 6 | errorgorn | 142 |
| 7 | cry | 139 |
| 8 | YuukiS | 135 |
| 9 | TheScrasse | 134 |
| 10 | chromate00 | 133 |
from half an hour I got that message !
Recently, your account was used to crawl. Please change your password to prevent your account from being used for unauthorized activities.
can you help me ! what is happening?

in the last codeforces contest Codeforces Round 950 (Div 3) , i made up to 500 hacks for both solutions of c++ and python. but why?
First let me explain why for Python : the main collections that hack the sol. in python is Counter (collections) , but why?
It is not an issue related to python slowness, but it is related to hash collisions being o(n^2) but imagine with me if you : sort the array before you use counter, it should pass or try random.shuffle on points instead of sorting.
why the sorting make it pass ?
People have designed the testcase to cause hash collision resulting in o(n^2). If you sort the array you get rid of the hash collision as elements are inserted in a different order, resulting in o(n).
Second and the usual, why for Cpp :
check the blog to make it o(n) instead of o(n^2) : https://mirror.codeforces.com/blog/entry/62393.
and Finally, i hope that i made you benefit.
thanks

Hi Mike, We just wanted to ask you to advance the Constests time by just an hour due to the month of Ramadan for the muslims Thanks Mike
| Name |
|---|


