# | 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 |
Name |
---|
There is a problem in the test cases for problem "Latin Squares", it contains multiple test cases!!
vovuh was the one who actually added this training for div2. He might be the only person who can fix it now.
I really want to fix it but i can't because this training is blocked, part of history, etc :( I hope Mike will help me
Oh no :( I guess I'll make an announcement on the page for now
Can someone explain this in problem J Grid Coloring
• For each blue square, all squares in the rectangle from the top left of the grid to that square must also be blue.
Does this mean if grid[i][j]=Blue then grid[i-x][j-x] will also be Blue? when x=[i-1,0]