https://github.com/zh-plus/assignment-judger
https://github.com/zh-plus/assignment-judger
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zh-plus/assignment-judger
- Owner: zh-plus
- Created: 2021-05-21T08:35:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T13:17:42.000Z (about 4 years ago)
- Last Synced: 2025-02-12T10:23:21.278Z (5 months ago)
- Language: C++
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Assignment Judger for C/C++ CS205 Spring2021 @SUSTech

### Prerequisite
1. Environment
- Linux System (or pycharm remote) with clang/g++ compiler
- python > 3.72. Dependencies
```
pip install rich
```3. Put students' cpp files into `A2/assignments` (Don't forget to change the name into SID!)
4. `python judge_a2.py`