QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#575836#3977. Explosion ExploitMilmonWA 2ms4924kbC++201.4kb2024-09-19 16:57:112024-09-19 16:57:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1 2 2
2
1 1

output:

0.33333333

result:

ok found '0.3333333', expected '0.3333333', error '0.0000000'

Test #2:

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

input:

2 3 12
3 2
4 2 3

output:

0.13773809

result:

ok found '0.1377381', expected '0.1377381', error '0.0000000'

Test #3:

score: 0
Accepted
time: 2ms
memory: 4924kb

input:

5 5 57
6 6 6 6 6
6 6 6 6 6

output:

0.25359422

result:

ok found '0.2535942', expected '0.2535942', error '0.0000000'

Test #4:

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

input:

5 3 93
1 5 6 6 6
3 2 4

output:

1.00000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #5:

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

input:

5 4 33
4 5 4 2 6
1 3 6 2

output:

1.00000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #6:

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

input:

2 3 5
1 2
1 2 3

output:

0.00000000

result:

ok found '0.0000000', expected '0.0000000', error '-0.0000000'

Test #7:

score: 0
Accepted
time: 2ms
memory: 4808kb

input:

5 5 54
5 5 6 6 6
6 6 5 5 6

output:

0.36096933

result:

ok found '0.3609693', expected '0.3609693', error '0.0000000'

Test #8:

score: -100
Wrong Answer
time: 2ms
memory: 4740kb

input:

5 5 44
5 6 6 4 5
4 6 6 6 5

output:

0.01204078

result:

wrong answer 1st numbers differ - expected: '0.0127788', found: '0.0120408', error = '0.0007381'