QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#254373#6634. Central Subsetucup-team923#WA 17ms3416kbC++171.2kb2023-11-18 11:43:322023-11-18 11:43:32

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3416kb

input:

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

output:

2
1 3
3
1 3 4

result:

ok correct (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 17ms
memory: 3364kb

input:

10000
15 14
13 12
5 4
9 8
11 12
15 14
10 9
14 13
2 3
2 1
6 5
10 11
3 4
7 6
8 7
6 5
2 1
2 4
4 6
2 3
3 5
10 9
8 3
9 4
5 6
5 10
3 2
5 4
2 7
1 2
4 3
2 1
2 1
2 1
2 1
9 8
9 8
5 4
1 2
6 5
3 4
3 2
7 8
7 6
2 1
1 2
14 13
3 10
5 6
2 9
11 4
2 3
2 1
8 7
13 6
5 4
5 12
6 7
4 3
7 14
16 15
2 3
2 1
6 10
6 9
6 4
9 11
...

output:

4
1 5 8 14
3
1 2 6
3
1 5 8
2
1 2
2
1 2
3
1 4 8
2
1 2
4
1 3 12 13
4
1 6 8 15
4
1 3 5 16
5
1 2 6 13 17
2
1 4
3
1 3 9
4
1 4 10 12
2
1 4
4
1 5 8 14
3
1 6 7
2
1 2
3
1 5 9
4
1 17 18 19
2
1 3
3
1 4 7
4
1 3 4 8
4
1 8 12 16
3
1 2 3
4
1 5 8 14
3
1 2 4
4
1 3 14 15
2
1 3
3
1 5 6
5
1 4 6 15 17
3
1 3 5
4
1 3 8 11...

result:

wrong answer Condition failed: "getMaxBfsDist(n, subset) <= csqrtn" (test case 184)