QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#603692 | #7860. Graph of Maximum Degree 3 | xyhhhhh | WA | 0ms | 3528kb | C++14 | 160b | 2024-10-01 18:20:52 | 2024-10-01 18:20:53 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
using i32 = int32_t;
i32 main() {
ios::sync_with_stdio(false), cin.tie(nullptr);
return 0;
}
详细
Test #1:
score: 0
Wrong Answer
time: 0ms
memory: 3528kb
input:
3 4 1 2 0 1 3 1 2 3 0 2 3 1
output:
result:
wrong answer Answer contains longer sequence [length = 1], but output contains 0 elements