Блог пользователя arnab_9997

Автор arnab_9997, история, 3 года назад, По-английски

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.

  • Проголосовать: нравится
  • +5
  • Проголосовать: не нравится

»
10 месяцев назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

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