QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#796657 | #7604. Find the Vertex | Cookie_Creamm | WA | 0ms | 3644kb | C++23 | 237b | 2024-12-01 23:12:18 | 2024-12-01 23:12:18 |
Judging History
answer
#include<bits/stdc++.h>
void solve(){
}
signed main(){
//ios_base::sync_with_stdio(0); cin.tie(0); cout.tie(0);
int tt; tt = 1;
while(tt--){
solve();
}
return(0);
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3644kb
input:
5 6 1 0 1 1 2 5 4 1 2 3 2 3 4 4 2 1 5
output:
result:
wrong answer Answer contains longer sequence [length = 1], but output contains 0 elements