QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#431204#6502. Disjoint Set Unionegypt_ioi2024_11WA 0ms3800kbC++231.6kb2024-06-05 05:32:132024-06-05 05:32:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3800kb

input:

5
3
1 2 3
2 2 3
4
1 2 3 3
1 1 1 2
5
1 2 3 4 5
2 3 4 5 5
5
1 1 1 1 1
1 2 3 4 5
6
1 2 2 4 5 6
1 1 5 1 4 2

output:

YES
2
1 1
2 1 2
YES
6
1 2
1 3
1 4
2 3 1
2 4 2
2 2 1
YES
8
1 1
1 2
1 3
1 4
2 1 2
2 2 3
2 3 4
2 4 5
NO
YES
10
1 2
1 3
1 4
1 5
1 6
2 6 2
2 2 1
2 3 5
2 5 4
2 4 1

result:

wrong answer f[1] = 2, but expected 1 (test case 2)