#include<bits/stdc++.h>
int main(){
    while(1){
        system("make.exe");//生成新数据 
        system("force.exe");//运行暴力程序 
        int a = clock();
        system("std.exe");//运行要对拍的程序 
        int b = clock();
        std::cout<<b - a<< '\n';
        if(system("fc force.out std.out")) break;//比对文件 
    }
    return 0;
}

相关文章:

猜你喜欢
  • 2021-09-05
  • 2022-01-08
  • 2021-11-14
  • 2021-10-20
相关资源
相似解决方案