I recently tried using the fastolympiccoding package on sublime. But had to go through different blogs, videos to understand how to set it up. So, here I am trying to compile a short step-by-step guide to set it up for anyone who faces similar difficulty. I will attach links to blogs/repos which I referred.
1) Install mingw (You can YouTube search this, there are tons of videos on it).
2) Install Sublime Text.
3) Install "package control" in Sublime.
4) Setting up fastolympiccoding in sublime:
5) Setup FastOlympicCodingHook in sublime (In layman terms, this parses the test cases of the problem open in chrome automatically to a file).
5 a) Using FastOlympicCodingHook:
6) Setup AutomateOlympicCoding in sublime
6 a) Using AutomateOlympicCoding:
I haven't covered everything this extension does. But that being said, this does setup the basics.
Links I referred: link link link link link
My opinion: Extensions and marcos don't help much until one practices enough.