https://github.com/scnu-socoding/scnuoj-judge
[READ ONLY] SCNUOJ Judger
https://github.com/scnu-socoding/scnuoj-judge
Last synced: about 1 month ago
JSON representation
[READ ONLY] SCNUOJ Judger
- Host: GitHub
- URL: https://github.com/scnu-socoding/scnuoj-judge
- Owner: scnu-socoding
- License: bsd-3-clause
- Created: 2022-07-07T15:30:54.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-09T00:41:46.000Z (about 3 years ago)
- Last Synced: 2025-01-09T20:44:15.361Z (over 1 year ago)
- Language: C
- Homepage: https://github.com/scnu-socoding/scnuoj
- Size: 156 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## scnuoj-judge
This is a mirror of SCNUOJ, **with only `judge/` preserved**.
### Build
You will need `libmysqlclient-dev` and `libmysql++-dev`.
```
$ cd judge
$ make
```
### Contributing
This repo is read-only and does not accept contributions, please go to [scnu-socoding/scnuoj](https://github.com/scnu-socoding/scnuoj).