English | 简体中文
Warning
All C++ programs must not use file I/O operations.
git clone https://github.com/lailai0916/code-comparator.git
cd code-comparatorcode-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 testThis project is licensed under MIT License.