Comments

I managed to squeeze some lame recursive brute-force in F1 lol 345611854

Wayy too many adhoc.. For A you just have to kinda guess it, for B you just have to if else and if else. I guess C is alright but then it doesnt use any classical techniques so really it should be at B .. Then it is immediately followed by D which is diabolical

Worst round I have joined yet

What in the Speedforces' sake is this? I misread problem E from "adding to the right" as "adding from the right" and lost 1000 rankings.

On BlagojCodeforces Round 1019 (Div. 2), 13 months ago
+21

Is pragma really that powerful? I have heard that pragma can usually speed up performance up to 2x or 3x but in my situation is a whole 20x

First code (TLE)

Second code with pragma (AC, 62ms)

Both code are exactly the same, except for the first line

How is this possible?