QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#626708 | #6431. Oops, It's Yesterday Twice More | ganking | RE | 0ms | 0kb | C++20 | 434b | 2024-10-10 11:49:43 | 2024-10-10 11:49:43 |
answer
//重点!数据比较器
#include<bits/stdc++.h>
using namespace std;
int main(){
int i;
for (i=1;;i++){
printf("The result of No. %d Case is: ",i);
system("./data");
system("./std");
system("./test");
if (system("diff std.out test.out")){
printf("Wrong Answer\n");
return 0;
}
else printf("Accepted\n");
}
return 0;
}
详细
Test #1:
score: 0
Dangerous Syscalls
input:
3 3 3