对拍

来源:互联网 发布:socket编程是什么意思 编辑:程序博客网 时间:2024/03/29 09:07

对拍 来自hzwer

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

这段话是对拍最重要的

今天竟然用对拍拍出了11C。。。

感觉很厉害

0 0
原创粉丝点击