arnab_9997's blog

By arnab_9997, history, 3 years ago, In English

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.

Click

4) Setting up fastolympiccoding in sublime:

Click

5) Setup FastOlympicCodingHook in sublime (In layman terms, this parses the test cases of the problem open in chrome automatically to a file).

Click

5 a) Using FastOlympicCodingHook:

Click

6) Setup AutomateOlympicCoding in sublime

Click

6 a) Using AutomateOlympicCoding:

Click

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.

  • Vote: I like it
  • +5
  • Vote: I do not like it

| Write comment?
»
9 months ago, # |
  Vote: I like it 0 Vote: I do not like it

I find it complex to copy test cases from website by hand, could it get input and output autoly?