对拍板子

Posted soda-ma

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了对拍板子相关的知识,希望对你有一定的参考价值。

#include <bits/stdc++.h>
using namespace std;
int main(){
    int T = 10000;
    int tot = 0;
    system("g++ 1.cpp -o 1; g++ std.cpp -o std; g++ data.cpp -o data");
    while(T--){
        tot++;
        cout << tot << "--->";
        system("./data; ./1; ./std");
        if(system("diff 1.out std.out")){
            cout << "WA" << endl;
            return 0;
        }
        else 
            cout << "AC" << endl;
    }
}

 

 

以上是关于对拍板子的主要内容,如果未能解决你的问题,请参考以下文章

iContact卷曲子代码

创建广告时出现代码 200 和子代码 1487194 的 Facebook 错误背后的原因是啥?

在 SpriteKit 中出现错误。 - 线程 1:EXC_BREAKPOINT(代码=1,子代码=0x1007351fc)

Facebook OAuthException代码190子代码490 - 用户注册了阻塞的登录检查点

斯威夫特 3 - 'EXC_BAD_INSTRUCTION(代码 = EXC_1386_INVOP,子代码 = 0x0)' 错误

错误 - 线程 1 exc_bad_instruction(代码=exc_1386_invop 子代码=0x0)