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
Built Distribution
File details
Details for the file oihelper-0.2.3.tar.gz
.
File metadata
- Download URL: oihelper-0.2.3.tar.gz
- Upload date:
- Size: 13.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6e0d78d944f52014b14f82f8aeb2b864dda32f694c3285e49da5fc9bed6c044 |
|
MD5 | 4b8a1360528d94d4ec5f4a0669333523 |
|
BLAKE2b-256 | 6b9d4444ce5c7965762a425997587086b21d1403c391afcdcf4b489d92090883 |
File details
Details for the file oihelper-0.2.3-py3-none-any.whl
.
File metadata
- Download URL: oihelper-0.2.3-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de4d3c3c69b9d67ddb42419892a0d8a623a740e3c2d6420508ee9809a985b71c |
|
MD5 | fbddf987b468ef9bf73bd1463b4c77ab |
|
BLAKE2b-256 | 6c5c93720c86735749462d1f2f00703fe8d9344c09bd06ef7dde8a1bbadb39d0 |