QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#318589 | #5379. Adjoin the Networks | lmq26052003 | TL | 3ms | 5892kb | C++20 | 1.8kb | 2024-01-31 15:41:47 | 2024-01-31 15:41:48 |
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: 3ms
memory: 5604kb
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: 5656kb
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: 0
Accepted
time: 3ms
memory: 5648kb
input:
5 0
output:
2
result:
ok single line: '2'
Test #4:
score: 0
Accepted
time: 0ms
memory: 5892kb
input:
6 3 0 1 2 3 4 5
output:
4
result:
ok single line: '4'
Test #5:
score: -100
Time Limit Exceeded
input:
21 6 0 1 1 2 2 3 4 5 5 6 6 7