对拍

#include<iostream>
#include<windows.h>
using namespace std;
int main()
{
    int t=100;
    while(t--)
    {
        system("data > a+b.in");
        system("zj < a+b.in > 1.out");
        system("duipai < a+b.in > 2.out");
        if(system("fc 1.out 2.out"))   break;
    }
    system("pause");
    return 0;
}

 

posted @ 2017-06-05 21:29  Echo宝贝儿  阅读(141)  评论(0编辑  收藏  举报