# | 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 |
---|
Is it just me or did almost everybody get fail testcase 19 on D at least once? Took me 30 mins to find the overflow.
I am getting error in test case 19 too. what was the issue with yours?
he mentioned overflow
Like what specifically was overflowing
It took me a long time to fix this problem
Make a line graph with value of root node as 1 and for all other node as zero. You will see that the 'value needed' will essentially double each time and so if you have more than 32 or 64 nodes(depends on whether you took integer or long long), it will overflow
1<--0<--0<--0.....
a
A,B I read for more than three time.
can you add some subtitles to the video? I would appreciate it because it is really hard to understand for us foreigners
YouTube automatically adds after 1k views
How irritating questions like B are . Very confusing needs to read three to four time to understand what actually the question wants.
nice F:)
To be honest, I think it is extremely improper to add this problem to the contest as F.
Why?
I just purely want to know how to reach 1500 rating ? Concretely , Div 2 need to this level , which solved three problem in time ? Could anyone instruct me , please?
You want to reach 1500, yet 75% of your solved problems are rated below 1500. Just practice problems +200 of your rating.
"I mean, what kind of performance is needed in Div2 or Div3 to reach a rating of 1500?"
In Div. 2 it is enough to solve ABC, doesn't matter how fast, in Div. 3 solve ABCD fast or ABCDE. Take this with a grain of salt since contest difficulty varies. I would recommend downloading the Carrot extension which allows you to see your performance in the standings page.
Thank you for your recommendation , I will effort to raise my rating and wishing you get better rating on next Round than ever!