QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#37449#989. Into CactusZhaoZiLong WA 4ms9860kbC++172.9kb2022-07-01 15:05:442022-07-01 15:05:49

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

6
6 4
3 1
3 6
4 5
2 3

output:

2
1 2
3 4

result:

ok OK!

Test #2:

score: 0
Accepted
time: 1ms
memory: 9012kb

input:

1

output:

0

result:

ok OK!

Test #3:

score: 0
Accepted
time: 3ms
memory: 9076kb

input:

2
1 2

output:

0

result:

ok OK!

Test #4:

score: 0
Accepted
time: 1ms
memory: 8548kb

input:

3
3 1
1 2

output:

1
3 2

result:

ok OK!

Test #5:

score: 0
Accepted
time: 4ms
memory: 9036kb

input:

4
1 3
1 4
2 1

output:

1
3 4

result:

ok OK!

Test #6:

score: 0
Accepted
time: 3ms
memory: 9256kb

input:

5
5 4
2 3
1 2
1 4

output:

2
1 3
1 5

result:

ok OK!

Test #7:

score: 0
Accepted
time: 4ms
memory: 8444kb

input:

6
6 4
4 5
5 3
4 1
2 5

output:

2
1 6
4 2

result:

ok OK!

Test #8:

score: -100
Wrong Answer
time: 4ms
memory: 9044kb

input:

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

output:

3
1 7
6 4

result:

wrong output format Unexpected end of file - int32 expected