https://github.com/zsgsdesign/vjcore
Virtual Judge Core for CodeMaster
https://github.com/zsgsdesign/vjcore
Last synced: 10 days ago
JSON representation
Virtual Judge Core for CodeMaster
- Host: GitHub
- URL: https://github.com/zsgsdesign/vjcore
- Owner: ZsgsDesign
- License: mit
- Created: 2018-12-06T14:45:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T15:21:35.000Z (over 7 years ago)
- Last Synced: 2025-01-02T03:27:50.150Z (over 1 year ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VJ-Core
Virtual Judge Core for CodeMaster
## Installation
Rename `config.py.sample` to `config.py`, then modify configurations as you wish.
## Running
```
PS VJCore> & python c:/Users/ZsgsD/Desktop/workspace/VJCore/main.py
----- available online judeges -----
- codeforces
------------------------------------
OJ: codeforces
Problem: 500A
Submitted, wait for result...
Verdict = OK
complete
```
## Notice
We provide `500A.cpp` as an example, if you are `Windows` user you should make all files GBK and if you are `Linux` choose UTF-8 instead.