cpsavecli A simple command line Tool for
-
parsing contests
-
Testing Solutions with correct solutions along with compilation
Install the package globally
$ npm install cpsavecli -g
Initialize the current directory with test files inside Test folder [contest link] - link of the contest to be parsed
$ cpsavecli init [contest_link]
Create Cpp files to write solutions
$ cpsavecli solve [name]
Compile Solutions to check for Errors
- 'c' -Tells CLI to compile file with name as [name]
$ cpsavecli c [name]
Test solutions with Correct Results
- 't' - Tells CLI to test [name] file
$ cpsavecli t [name]
Compile and Test solutions with one command
$ cpsavecli ct [name]
Finally look at the WRONG ANSWER result. Yeah That's Perfect! cuz Its the law