Live Contest Problem Scrapper using npx

Правка en1, от manish-dev, 2024-12-24 23:03:15

CF-Contest-Problem-Scrapper is a JavaScript-based tool designed to scrape contest problems from Codeforces During the Contest. This tool helps users to collect and organize problems from various contests for easy access and analysis.

Pre-Requisites

node && npm

Usage

To use the CF-Contest-Problem-Scrapper, run the following command:

npx cf-contest id <contestId>

Example ~~~~~ npx cf-contest id ~~~~~

Folder Structure for Contest

contest-name/ │ ├── A/ │ ├── input.in │ ├── output.out │ ├── expected.out │ ├── problemstatement.txt │ └── solution.cpp │ ├── B/ │ ├── input.in │ ├── output.out │ ├── expected.out │ ├── problemstatement.txt │ └── solution.cpp │ ├── C/ │ ├── input.in │ ├── output.out │ ├── expected.out │ ├── problemstatement.txt │ └── solution.cpp │ └── ...

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en6 Английский manish-dev 2024-12-24 23:14:18 27
en5 Английский manish-dev 2024-12-24 23:12:07 59
en4 Английский manish-dev 2024-12-24 23:10:02 66
en3 Английский manish-dev 2024-12-24 23:08:10 0 (published)
en2 Английский manish-dev 2024-12-24 23:07:25 458
en1 Английский manish-dev 2024-12-24 23:03:15 1030 Initial revision (saved to drafts)