An open API service indexing awesome lists of open source software.

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

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.