QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#699018#5545. Contingency PlanMaMengQiWA 0ms3640kbC++143.0kb2024-11-01 23:47:132024-11-01 23:47:13

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3628kb

input:

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

output:

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

result:

ok AC

Test #2:

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

input:

3
1 2
2 3

output:

-1

result:

ok AC

Test #3:

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

input:

2
2 1

output:

-1

result:

ok AC

Test #4:

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

input:

5
2 1
2 3
2 4
4 5

output:

1 3
1 2
4 3
5 3

result:

ok AC

Test #5:

score: -100
Wrong Answer
time: 0ms
memory: 3632kb

input:

5
1 4
3 4
4 5
2 5

output:

1 3
1 4
5 3
2 3

result:

wrong answer u and v already exists