QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#181087#5677. Clarissa's Conical CannolisHuangHanShengWA 0ms4084kbC++481b2023-09-16 15:41:062023-09-16 15:41:07

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

8.00 12.00 5.00 0.50

output:

1.5

result:

ok single line: '1.5'

Test #2:

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

input:

5.00 12.00 5.00 0.50

output:

-2.0

result:

wrong answer 1st lines differ - expected: '-1.0', found: '-2.0'