security · systems · competitive programming

Round 1114

Contest

Contest: Codeforces Round 1114 (Div. 3)

Boilerplate

Refer to this article for the boilerplate Boilerplate

Summary

I managed to solve A,B,C1,C2,D,E and F(at the end of the contest) although i partially solved F but got a failed test case 2 error when i submitted it regardless i did manage to solve it later after the contest ended. Gained about a +40 rating from 1523 to 1563 so i am happy although i was hoping to solve both F and G also i started the contest a little late so maybe i could have solved F and submitted it . This blog is going to be long so please open a code editor if you want to solve it while reading this

Read more >

Round 1113

Contest

Contest: Codeforces Round 1113 (Div. 2)

Boilerplate Template

I consistently use this template for writing my Codeforces contests, so expect this to be at the start of every writeup. In almost every problem, I will only be writing the solve() function. If I modify the boilerplate to make it easier to solve a particular problem, or add helper functions that I don’t usually use, I’ll mention those changes in the relevant section.

Read more >