#include<bits/stdc++.h>
using namespace std;
int main()
{
do
{
printf("AC\n");
system("./datamaker");
system("./std");
system("./com");
}while(!system("diff std.out com.out"));
printf("WA\n");
}
linux对拍
2023-11-16 17:44:00 By yyhs_wuzichen
评论
暂无评论