QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#79099#2935. Spider-FlyMaMengQiWA 2ms3756kbC++172.1kb2023-02-20 04:01:482023-02-20 04:01:51

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

12 12 30
6 11 0
6 1 30

output:

40.000

result:

ok single line: '40.000'

Test #2:

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

input:

12 10 30
6 9 0
6 1 30

output:

38.833

result:

ok single line: '38.833'

Test #3:

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

input:

12 10 30
1 10 10
6 1 30

output:

29.428

result:

wrong answer 1st lines differ - expected: '27.019', found: '29.428'