QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#852202#7686. The Phantom Menace729haoWA 0ms3608kbC++14324b2025-01-11 10:38:312025-01-11 10:38:36

Judging History

This is the latest submission verdict.

  • [2025-01-11 10:38:36]
  • Judged
  • Verdict: WA
  • Time: 0ms
  • Memory: 3608kb
  • [2025-01-11 10:38:31]
  • Submitted

answer

#include<bits/stdc++.h>
using namespace std;
namespace cs{
    #define LL long long
    const int N=2e5;
    const int INF=2e9;
    int main(){
        ios::sync_with_stdio(false);cin.tie(0);cout.tie(0);
        cout<<"1 3 2\n1 2 3\n1\n1";
        return 0;
    }
}
int main(){
    cs::main();
    return 0;
}

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3608kb

input:

2
3 3
abc
ghi
def
bcd
efg
hia
1 3
abc
def

output:

1 3 2
1 2 3
1
1

result:

wrong answer not cyclic isomorphism (test case 2)