The Problem In Discussion is : https://codeforces.net/contest/1839/problem/D
Observations:
# | User | Rating |
---|---|---|
1 | tourist | 4009 |
2 | jiangly | 3831 |
3 | Radewoosh | 3646 |
4 | jqdai0815 | 3620 |
4 | Benq | 3620 |
6 | orzdevinwang | 3529 |
7 | ecnerwala | 3446 |
8 | Um_nik | 3396 |
9 | gamegame | 3386 |
10 | ksun48 | 3373 |
# | User | Contrib. |
---|---|---|
1 | cry | 164 |
1 | maomao90 | 164 |
3 | Um_nik | 163 |
4 | atcoder_official | 160 |
5 | -is-this-fft- | 158 |
6 | awoo | 157 |
7 | adamant | 156 |
8 | TheScrasse | 154 |
8 | nor | 154 |
10 | Dominater069 | 153 |
My solution to https://codeforces.net/contest/1839/problem/D (Ball Sorting)
The Problem In Discussion is : https://codeforces.net/contest/1839/problem/D
Observations:
Rev. | Lang. | By | When | Δ | Comment | |
---|---|---|---|---|---|---|
en18 | _Shivom_ | 2023-07-29 12:57:39 | 2 | Tiny change: 'that ```v[j] < v[i]``' -> 'that ```v[x] < v[i]``' | ||
en17 | _Shivom_ | 2023-07-29 11:17:29 | 10 | Tiny change: 'such that v[j] < v[i] we can sa' -> 'such that ```v[j] < v[i]``` we can sa' | ||
en16 | _Shivom_ | 2023-07-29 11:15:13 | 0 | (published) | ||
en15 | _Shivom_ | 2023-07-29 11:14:44 | 78 | |||
en14 | _Shivom_ | 2023-07-29 11:13:12 | 51 | |||
en13 | _Shivom_ | 2023-07-29 11:11:42 | 11 | Tiny change: 'dp**<br>\ndp[i][k][2]:<br>\n1. d' -> 'dp**<br>\n```c++\ndp[i][k][2]:```<br>\n1. d' | ||
en12 | _Shivom_ | 2023-07-29 11:10:33 | 506 | |||
en11 | _Shivom_ | 2023-07-29 11:04:46 | 598 | |||
en10 | _Shivom_ | 2023-07-29 10:58:47 | 539 | |||
en9 | _Shivom_ | 2023-07-29 10:52:48 | 396 | |||
en8 | _Shivom_ | 2023-07-29 10:49:35 | 2 | Tiny change: 'ray that is is removi' -> 'ray that it is removi' | ||
en7 | _Shivom_ | 2023-07-29 10:48:49 | 444 | |||
en6 | _Shivom_ | 2023-07-29 10:41:11 | 8 | Tiny change: 'ervations:\n* The ve' -> 'ervations:<br>\n* The ve' | ||
en5 | _Shivom_ | 2023-07-29 10:40:59 | 61 | Tiny change: 'ervations:' -> 'ervations:\n* The vector of solution will be a decreasing sequence.' | ||
en4 | _Shivom_ | 2023-07-29 10:40:17 | 4 | |||
en3 | _Shivom_ | 2023-07-29 10:39:52 | 46 | |||
en2 | _Shivom_ | 2023-07-29 10:26:24 | 20 | Tiny change: '/problem/D' -> '/problem/D <br>\nObservations:' | ||
en1 | _Shivom_ | 2023-07-29 10:25:25 | 151 | Initial revision (saved to drafts) |
Name |
---|