QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#852202 | #7686. The Phantom Menace | 729hao | WA | 0ms | 3608kb | C++14 | 324b | 2025-01-11 10:38:31 | 2025-01-11 10:38:36 |
Judging History
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)