QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
Tip: Click on the bar to expand more detailed information
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