QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#727604#513. Pizza Cuttingucup-team5275#WA 0ms4248kbC++143.7kb2024-11-09 13:26:302024-11-09 13:26:30

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

100 45 90 0 -20 0.1

output:

4

result:

ok single line: '4'

Test #2:

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

input:

100 45 90 0 -20 .999

output:

14

result:

ok single line: '14'

Test #3:

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

input:

3 1 1 2 -2 .9

output:

12

result:

ok single line: '12'

Test #4:

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

input:

3 5 5 -1 1 .9

output:

4

result:

wrong answer 1st lines differ - expected: '3', found: '4'