-
Notifications
You must be signed in to change notification settings - Fork 0
Stream
Graphcities edited this page Aug 24, 2021
·
1 revision
void SetDataName(char dname[])
设置输入输出文件名。
void SetDataID(int dID)
设置当前数据编号。
void MakeExe()
编译 std.cpp。(编译指令为 g++ file.cpp -o file --std=c++11 -O2 )
void MakeMatchExe()
编译 match.cpp。
void GetIn()
开始文件输入。
void GetOut()
结束文件输入,执行文件输出,中途执行 std.exe。
void Match()
生成对拍文件 match.out。
void CheckFile(int AllID)
检查文件,开始对拍。
void ClearFile(int AllID)
清除对拍文件 match.out。