Skip to content

lailai0916/code-comparator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Comparator

English | 简体中文

Warning

All C++ programs must not use file I/O operations.

Getting Started

git clone https://github.com/lailai0916/code-comparator.git
cd code-comparator

Project Structure

code-comparator/
├── main.bat                       # Batch script
├── lite.bat                       # Batch script (lightweight version)
├── lite.sh                        # Batch script (shell version)
├── gen.cpp                        # Source code of the data generator
├── std.cpp                        # Source code of the standard solution
├── sol.cpp                        # Source code of the program under test
├── gen.exe                        # Compiled data generator
├── std.exe                        # Compiled standard solution
└── sol.exe                        # Compiled program under test

License

This project is licensed under MIT License.

About

A lightweight code comparator for Olympiad in Informatics (OI).

Topics

Resources

License

Stars

Watchers

Forks