| # | User | Rating |
|---|---|---|
| 1 | Benq | 3857 |
| 2 | jiangly | 3810 |
| 3 | maroonrk | 3534 |
| 4 | tourist | 3528 |
| 5 | Kevin114514 | 3510 |
| 6 | turmax | 3411 |
| 7 | Um_nik | 3387 |
| 8 | Radewoosh | 3367 |
| 9 | heuristica | 3322 |
| 10 | strapple | 3317 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 158 |
| 2 | maspy | 150 |
| 3 | Um_nik | 146 |
| 4 | Errichto | 139 |
| 5 | adamant | 136 |
| 6 | maroonrk | 134 |
| 7 | DNR | 133 |
| 8 | nik_exists | 132 |
| 9 | Dominater069 | 131 |
| 10 | Proof_by_QED | 130 |
|
0
There are some minor mistakes that i have fixed,i have also put some comments overthere,hope it helps |
|
+44
the person below me is gay |
|
0
i just Bruteforce it,there are 2 possibilities,whether the string S become 101010... or 010101... here is my code 96881167 |
|
0
|
|
0
no,according to image, 1 3 2 and 2 3 1 will make the BinarySearch function return false,for example 1 3 2 left=0,right=3,then middle=1,we check a[middle] is 3,then left=middle+1=2.Then middle=2,we check a[middle]=2 which 2<=3 then left=middle+1=3,then it will exit the while loop because left=right.After that we look at a[left],is a[left]=3?no because left=1,then BinarySearch function will return false as the result |
|
0
During the contest, we are only given a few presests so that the queue during the contest is not long. After the contest, another test case will be given for participant submissions, this test case is called a system test |
|
On
Golovanov399 →
Codeforces Round 679 (Div. 1, Div. 2) and Technocup Round 1 editorial, 6 years ago
0
thanks dude,but i still dun get the idea of the problem C,can u explain more?? |
|
On
Golovanov399 →
Codeforces Round 679 (Div. 1, Div. 2) and Technocup Round 1 editorial, 6 years ago
0
can someone explain to me whats wrong with my algorithm 96738918 in D2C? i know my idea is wrong,but im confused whats wrong with it |
| Name |
|---|


