QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#102010 | #6190. Graph Problem | Qiuly | WA | 2ms | 5444kb | C++14 | 2.8kb | 2023-05-02 09:48:09 | 2023-05-02 09:48:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 0
Wrong Answer
time: 2ms
memory: 5444kb
input:
5 4 1 2 2 3 3 4 4 5 2 1 4 2 1 5 1 3 3 5 3 4 1 1 2
output:
11 1
result:
wrong answer 1st lines differ - expected: '01', found: '11'