QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Dangerous Syscalls
input:
3 3 3