对拍

#include <bits/stdc++.h>
using namespace std;
int main()
    {
    while(true)
        {
        puts("");
        puts("---------current file---------");
        system("random.exe");
        system("baoli.exe");
        system("test.exe");
        if(system("fc baoli.out test.out"))
            {
            system("pause");
            }
        puts("");puts("");
        }
    return 0;
    }

 

posted @ 2020-03-06 12:00  _LH2000  阅读(87)  评论(0编辑  收藏  举报