QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#371262#8505. Almost Aligneducup-team3215WA 1ms3956kbC++201.7kb2024-03-30 03:26:392024-03-30 03:26:46

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
0 0 10 10
0 0 10 10
10 10 -10 -10
10 0 -20 0

output:

22.22222222222222143273

result:

ok found '22.222222222', expected '22.222222222', error '0.000000000'

Test #2:

score: 0
Accepted
time: 1ms
memory: 3616kb

input:

3
0 -1 0 2
1 1 1 1
-1 1 -1 1

output:

0

result:

ok found '0.000000000', expected '0.000000000', error '-0.000000000'

Test #3:

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

input:

3
0 -1 0 -2
1 1 1 1
-1 1 -1 1

output:

nan

result:

wrong output format Expected double, but "nan" found