# | User | Rating |
---|---|---|
1 | tourist | 3892 |
2 | jiangly | 3797 |
3 | orzdevinwang | 3706 |
4 | jqdai0815 | 3682 |
5 | ksun48 | 3588 |
6 | ecnerwala | 3557 |
7 | Ormlis | 3532 |
8 | Benq | 3468 |
9 | Radewoosh | 3463 |
10 | Um_nik | 3450 |
# | User | Contrib. |
---|---|---|
1 | cry | 165 |
2 | -is-this-fft- | 161 |
3 | Qingyu | 159 |
4 | atcoder_official | 157 |
5 | Dominater069 | 154 |
5 | adamant | 154 |
7 | djm03178 | 151 |
7 | luogu_official | 151 |
9 | errorgorn | 149 |
10 | awoo | 148 |
We will hold AtCoder Beginner Contest 400.
We are looking forward to your participation!
» | Hope to become 1Dan in this round. UPD: FINALLY, I DO IT! |
» » | "Hope" |
» | Hope this contest will not be as shit as the last ABC. =========================== update: very hard but is a good contest. |
» » | What happened in the last one ? Lemme guess — too standard or AI generated crap |
» | ABC400 marks a historic point in AtCoder’s journey — 400 beginner contests, week after week! Massive respect to the AtCoder team and all the problem setters who made this possible. Looking forward to celebrating this one properly! |
» | Good luck! |
» | Good luck. |
» | ABC 4e2! |
» | Congratulation to 400th ABC! Many problem is about number 400, too. lol. |
» | jiangly wins!!! |
» | ;( prob C was harder than prob D |
» | C was much harder than D |
» | My problem E passed in 163 ms while running the test case 1 in my local device/ide took around 1600 ms. I used Spf based factorization |
» |
» » | I changed it to a Priority Queue implementation and it TLE'd on testcase 2 lol. |
» » » | use deque for that, if the edge cost is 0 then you push the new node at the front, otherwise it will be at the back of the deque. |
» | Nice problems. Although for me personally C was harder than E. Similar statements, but in E all numbers can be straight up generated, while C requires a little bit of thinking. Enjoyed C, E and F. |
» | Can someone explain to me what is wrong with my solution to problem C:
Passed almost all the test except for 4 test cases |
» » | So here is some technical stuffs if you want to know why:
|
» | Can someone please help me with my C submissionhttps://atcoder.jp/contests/abc400/submissions/64549973 I counted all the perfect squares before N and the biggest power of 2 before N. And then counted their number of combinations. |
» » | So here is some technical stuffs if you want to know why:
But I would still suggest that you use binary search instead for this lol. |
» | Good F |
» | O(1) complexity solution for C:
|
» | I solved D with dijkstra. Is it overkill or was that an intended solution? |
Name |
---|