Last tweet. Will tweet next only if I improve significantly in the next few months.
GLHF everyone. :)
KingInBlack took 2333rd place in AtCoder Beginner Contest 382!
Performance: 1021
Rating: 907→920 (+13) :)
Updated highest rating!
#AtCoder#ABC382 https://t.co/FLyCLCCjUP
Didn't wanna bother you but just wanted to confirm.
The category page is working fine at Atcoder-Tags @__Null_Null_ . But the other pages aren't (check, collect, graph, ranking etc.). And as a result the tampermonkey userscripts doesn't work as well.
This was my 20th contest. Looks like if I don't go absolute ham with my cp training, I'm stuck here for the foreseeable future.
Ngl, a nice challenge to level up.
4 problems solved.
A & B : Simulate
C : DFS (Could also solve with bitmasks)
D : Bitmask + Next_Permutation
E : Binary Search on W, was close but couldn't solve it.
#ABC373
The luck finally ran out.
Solve first three within 10 mins. And then kept struggling with D finally giving up. Tried with bfs, dfs, reverse edges, still nothing. Read E in b/w but mind was preoccupied with D.
So, negative delta today :(
Also, I couldn't prove that my solution would work in all cases. It happened to pass all the sample test cases, so I submitted and got AC.
So, a curated stack specific problem list would be highly appreciated.
I managed to solve ABC372D. I didn't understand the written editorial or even the code in evima's video editorial. Just understood the concept that standing at pos i how many buildings can one see to the east. My code:
It took me 2 days to come up with this (not that I was thinking about this problem continuously) and at this point, I'm not confident if I can solve similar problems with stack.