QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212289#6634. Central Subsetucup-team2008#WA 14ms17084kbC++173.1kb2023-10-13 14:20:572023-10-13 14:20:57

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 17084kb

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
4 1 
1
6 

result:

ok correct (2 test cases)

Test #2:

score: -100
Wrong Answer
time: 14ms
memory: 14064kb

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:

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

result:

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