Comments

You have a girlfriend. You kind of already won but k

What's something to say when starting a blog or getting a handjob?

Mike: I hope you wash your hands and feel great.

On JatanaCodeforces Round #612, 6 years ago
+36

It's called ratism.

+62

Now when you're staring at me like that

On AdiZer0OWO, 7 years ago
+7

All GMs/IGMs

Oh that looks interesting, especially that they're conducted in English!

You sound like the nicest person ever. I don't know if it's just a Japanese thing but damn I want to be your friend just like that..

On 300iq+35 (iq) challenge, 7 years ago
+59

You just did that intentionally to have pink hair and get all the girls at IOI.

You can be my friend instead.

The guy won two consecutive ICPCs his ego must be huge.

+108

You will get drunk afterwards.

On TripleM5daA New Cheating Case., 7 years ago
-61

Have you ever watched Mr.Robot?

On TripleM5daA New Cheating Case., 7 years ago
+9

I just copied the template since I am a fan of twice.

On TripleM5daA New Cheating Case., 7 years ago
-30

Well, I just found the secret to being super smart lately and it's been working. I am coming for that #1 spot bro so better try to keep it instead of being salty.

Secret is: ancient Egyptian black magic.

Just won a div3 after listening to twice for 48 hours non-stop.

+13

dp[number added][last added]

Naive transitions work in O(n) for a total of O(n^3). If we use sliding window for each layer, we can transition each layer in O(n), for a total of O(n^2).