Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rezasharifi82/sepehrjudge
Fundamental part of Sepehr I/O judge system
https://github.com/rezasharifi82/sepehrjudge
Last synced: 4 days ago
JSON representation
Fundamental part of Sepehr I/O judge system
- Host: GitHub
- URL: https://github.com/rezasharifi82/sepehrjudge
- Owner: rezasharifi82
- License: bsd-2-clause
- Created: 2023-09-03T22:52:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T05:06:54.000Z (12 months ago)
- Last Synced: 2023-11-27T06:24:14.587Z (12 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sepehr Judge
Fundamental part of Sepehr I/O judge system.
This script is able to support python,java and C++.## How to run that?
In order to use this script you should pass the student source to the script in terminal. e.g.:
```bash
python script.py Student_source
```
#### IMP:
please remember, you should put all of your input files in a folder named "input" (which exists within a same directory with the script.py)
and also obviously same approach for "output" folder.