QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#274237#7600. Minimums on the EdgesMaMengQiWA 1ms3632kbC++173.2kb2023-12-03 13:17:272023-12-03 13:17:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 4 6
1 2
2 3
3 1
1 4

output:

2 2 2 0 

result:

ok answer = 6

Test #2:

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

input:

3 7 7
1 2
1 2
1 2
1 3
1 3
2 3
2 3

output:

2 2 3 

result:

ok answer = 14

Test #3:

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

input:

5 10 61
5 3
1 2
4 5
2 3
2 1
3 1
1 5
3 5
2 4
2 1

output:

15 15 15 0 16 

result:

wrong answer jury has the better answer: jans = 122, pans = 120