QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#727371#513. Pizza Cuttingucup-team5275#WA 414ms71196kbC++144.1kb2024-11-09 12:58:592024-11-09 12:59:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 2ms
memory: 3748kb

input:

100 45 90 0 -20 0.1

output:

4

result:

ok single line: '4'

Test #2:

score: 0
Accepted
time: 2ms
memory: 3684kb

input:

100 45 90 0 -20 .999

output:

14

result:

ok single line: '14'

Test #3:

score: 0
Accepted
time: 2ms
memory: 3900kb

input:

3 1 1 2 -2 .9

output:

12

result:

ok single line: '12'

Test #4:

score: 0
Accepted
time: 2ms
memory: 3784kb

input:

3 5 5 -1 1 .9

output:

3

result:

ok single line: '3'

Test #5:

score: 0
Accepted
time: 3ms
memory: 3788kb

input:

10 1 1 0 0 .9

output:

60

result:

ok single line: '60'

Test #6:

score: 0
Accepted
time: 2ms
memory: 3704kb

input:

1 1 1 -10000 -10000 .5

output:

0

result:

ok single line: '0'

Test #7:

score: 0
Accepted
time: 414ms
memory: 71196kb

input:

1000 1 1 -10000 10000 .9

output:

6412

result:

ok single line: '6412'

Test #8:

score: 0
Accepted
time: 2ms
memory: 3740kb

input:

1000 3000 3000 -10000 10000 .9

output:

0

result:

ok single line: '0'

Test #9:

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

input:

5 2 10 -6 -5 .22

output:

0

result:

wrong answer 1st lines differ - expected: '2', found: '0'