QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#251163#5540. City HallMaMengQiWA 1ms3500kbC++203.2kb2023-11-14 12:14:432023-11-14 12:14:43

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

5 6 1 3
5 100 8 2 10
1 2
2 3
2 5
1 4
4 5
3 5

output:

4.5

result:

ok found '4.5000000', expected '4.5000000', error '0.0000000'

Test #2:

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

input:

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

output:

2.5

result:

wrong answer 1st numbers differ - expected: '3.0000000', found: '2.5000000', error = '0.1666667'