QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#763049#989. Into Cactus5toubun_no_hanayome #WA 2ms12096kbC++142.6kb2024-11-19 17:58:362024-11-19 17:59:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
6 4
3 1
3 6
4 5
2 3

output:

2
6 5
6 2

result:

ok OK!

Test #2:

score: 0
Accepted
time: 0ms
memory: 10876kb

input:

1

output:

0

result:

ok OK!

Test #3:

score: 0
Accepted
time: 0ms
memory: 11460kb

input:

2
1 2

output:

0

result:

ok OK!

Test #4:

score: 0
Accepted
time: 0ms
memory: 10956kb

input:

3
3 1
1 2

output:

1
3 2

result:

ok OK!

Test #5:

score: 0
Accepted
time: 0ms
memory: 10764kb

input:

4
1 3
1 4
2 1

output:

1
3 4

result:

ok OK!

Test #6:

score: -100
Wrong Answer
time: 2ms
memory: 11224kb

input:

5
5 4
2 3
1 2
1 4

output:

1
1 5

result:

wrong answer Integer 1 violates the range [2, 2]