QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#834625#9253. Prism Palaceucup-team4740WA 0ms2064kbC++14843b2024-12-27 21:06:402024-12-27 21:06:44

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3
0 0
1 0
0 1

output:

1.0000000000

result:

ok found '1.0000000', expected '1.0000000', error '0.0000000'

Test #2:

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

input:

4
0 0
0 1
1 1
1 0

output:

0.0000000000

result:

ok found '0.0000000', expected '0.0000000', error '-0.0000000'

Test #3:

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

input:

4
0 0
0 3
1 2
1 1

output:

nan

result:

wrong output format Expected double, but "nan" found