QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#181045#5677. Clarissa's Conical CannolisHuangHanShengWA 0ms4236kbC++418b2023-09-16 15:26:372023-09-16 15:26:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

8.00 12.00 5.00 0.50

output:

1.5

result:

ok single line: '1.5'

Test #2:

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

input:

5.00 12.00 5.00 0.50

output:

-1.0

result:

ok single line: '-1.0'

Test #3:

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

input:

11.00 12.00 5.00 0.50

output:

-2.0

result:

ok single line: '-2.0'

Test #4:

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

input:

7.00 12.00 3.00 0.90

output:

-1.0

result:

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