QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#649300#9293. Fine TripZhangYiDeWA 1ms6372kbC++11883b2024-10-17 22:36:452024-10-17 22:36:45

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 3 100
1 3 100 100
1 2 100 24
2 3 100 24

output:

96.0000000000

result:

ok found '96.0000000', expected '96.0000000', error '0.0000000'

Test #2:

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

input:

3 2 10
1 2 9 1
2 3 1 1000

output:

119.8736659610

result:

ok found '119.8736660', expected '119.8736660', error '0.0000000'

Test #3:

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

input:

4 5 9
1 2 6 7
1 3 6 2
2 3 8 7
2 4 3 4
3 4 1 7

output:

4.1478114200

result:

ok found '4.1478114', expected '4.1478114', error '0.0000000'

Test #4:

score: -100
Wrong Answer
time: 1ms
memory: 6372kb

input:

100 150 986428838
91 64 507238859 759737815
75 4 403581576 658994630
57 21 725237383 935111999
40 87 981276800 673193011
11 43 80691506 709831037
41 89 50163377 373453345
58 36 274674403 292610326
68 54 831628941 850969830
72 28 678792191 467183610
32 92 372884862 179215422
18 6 667244829 651862998
...

output:

1013757872.3139479018

result:

wrong answer 1st numbers differ - expected: '1150229105.4195333', found: '1013757872.3139479', error = '0.1186470'