cf-statement
v1.0.3
Published
Codeforces problem statement scraper
Downloads
10
Readme
cf-statement 
Codeforces problem statement scraper. Improves problem solving workflow, especially for cli users who constantly switch between terminal and web browser.

Installation
npm install -g cf-statementUsage
cf-statement --problem=(A, B, C, D, E..) --contest=(Contest ID from Codeforces website)
Example:
cf-statement --problem=C --contest=459