QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#318588 | #5379. Adjoin the Networks | lmq26052003 | WA | 3ms | 5896kb | C++20 | 1.8kb | 2024-01-31 15:40:08 | 2024-01-31 15:40:09 |
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: 100
Accepted
time: 0ms
memory: 5632kb
input:
6 4 0 1 0 2 3 4 3 5
output:
3
result:
ok single line: '3'
Test #2:
score: 0
Accepted
time: 3ms
memory: 5896kb
input:
11 9 0 1 0 3 0 4 1 2 5 4 6 4 7 8 7 9 7 10
output:
4
result:
ok single line: '4'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 5648kb
input:
5 0
output:
1
result:
wrong answer 1st lines differ - expected: '2', found: '1'