Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 408 Bytes

File metadata and controls

18 lines (15 loc) · 408 Bytes

ThoughtWorks编程作业:羽毛球馆管理系统

代码使用方法:

mkdir build
cd build
cmake ..
make
./Court_Manager.exe

测试:

cd build
./demo.exe "test_case01.txt"
./demo.exe "test_case02.txt"