Skip to main content

Yet another helper for Olympiad in Informatics.

Project description

OI Helper

Yet another helper for Olympiad in Informatics!

Usage

Download using pip (make sure you have Python 3.10+ installed):

$ pip install oihelper

Problem parsing

OI-Helper will crawl for the specified problem and extract limitations and test samples. To do this, run:

$ oi-helper parse P1001  # https://www.luogu.com.cn/problem/P1001

This will also generate a blank template program called P1001.cpp in current folder if not exist.

Running your program

$ oi-helper run ./P1001.cpp

The above command will first look for sample cases parsed before in its database and run them. Then OI Helper will walk through the current directory and look for patterns such as P1001-1.in or P1001-1.out.

Example output below.

Running sample 0 ...
  AC / 0.02s / 604.0K
Running sample 1 ...
  AC / 0.01s / 476.0K
Discovered 2 local testcases in /Volumes/Data/Develop/Python/OI-Helper .
Running testcase 1 ...
  AC / 0.01s / 604.0K
Running testcase 2 ...
  AC / 0.01s / 604.0K

Submitting to OJ

Before submitting, you'll need to login first:

$ oi-helper login

This will ask for your credentials and a Captcha.

To submit program to a problem, run:

$ oi-helper submit ./P1001.cpp

This will automatically submit your program to online judge. Example output below.

Solution submitted with record ID 84279206.
Compiling...
Compiled successfully.
Subtask 1: AC / 0.03s / 808.0K
  #0: AC / 0.003s / 664.1K / ok accepted
  #8: AC / 0.003s / 668.0K / ok accepted
  #3: AC / 0.003s / 664.1K / ok accepted
  #6: AC / 0.003s / 668.0K / ok accepted
  #2: AC / 0.003s / 668.0K / ok accepted
  #5: AC / 0.003s / 789.1K / ok accepted
  #1: AC / 0.003s / 664.1K / ok accepted
  #4: AC / 0.003s / 668.0K / ok accepted
  #7: AC / 0.003s / 742.2K / ok accepted
  #9: AC / 0.003s / 668.0K / ok accepted
Status: Accepted / 100pts / 0.03s / 808.0K

Documentation

Use oi-helper [COMMAND] --help to see the manual.

Contributing

Contributions are highly welcomed!

Licensing

OI Helper is published under the MIT license. See LICENSE for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

oihelper-0.2.1.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

oihelper-0.2.1-py3-none-any.whl (15.2 kB view details)

Uploaded Python 3

File details

Details for the file oihelper-0.2.1.tar.gz.

File metadata

  • Download URL: oihelper-0.2.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for oihelper-0.2.1.tar.gz
Algorithm Hash digest
SHA256 7402279109b2eefa651ecb0c761c9d182f325ba83b580768edc9f1bf1bbeb450
MD5 717b42a3463df3d20ee8d84640f42099
BLAKE2b-256 c32fd9f6dcc8e9d1241af53efe7659fc093841b98738d6682124e6a8c21af687

See more details on using hashes here.

File details

Details for the file oihelper-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: oihelper-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 15.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.10.0

File hashes

Hashes for oihelper-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 9ab8503741a7ce4d633e68bf976b247660f7d74021718a441467b7dde5ce40fb
MD5 05d914275cb5f6e97b8a2608bad066d8
BLAKE2b-256 3c954a6b8e975f04c217da014cb43e2c121dec97f617102ef4e9125bdf73328a

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page