QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#320475#5127. Crashing Competition Computerlmq26052003WA 1ms3856kbC++20616b2024-02-03 17:11:302024-02-03 17:11:31

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

2 1 5
0.25

output:

8

result:

ok found '8.0000000', expected '8.0000000', error '0.0000000'

Test #2:

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

input:

3 5 2
0.5

output:

26

result:

ok found '26.0000000', expected '26.0000000', error '0.0000000'

Test #3:

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

input:

10 4 5
0.327

output:

68.665

result:

ok found '68.6650000', expected '68.6649674', error '0.0000005'

Test #4:

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

input:

1 0 0
0.0010000000

output:

1.001

result:

wrong answer 1st numbers differ - expected: '1.0010010', found: '1.0010000', error = '0.0000010'