QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#626708#6431. Oops, It's Yesterday Twice MoregankingRE 0ms0kbC++20434b2024-10-10 11:49:432024-10-10 11:49:43

Judging History

你现在查看的是最新测评结果

  • [2024-10-10 11:49:43]
  • 评测
  • 测评结果:RE
  • 用时:0ms
  • 内存:0kb
  • [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

output:


result: