QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#371691#8505. Almost Aligneducup-team2880#TL 1ms3988kbC++202.4kb2024-03-30 15:01:312024-03-30 15:01:32

详细

Test #1:

score: 100
Accepted
time: 1ms
memory: 3988kb

input:

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

output:

22.2222222229

result:

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

Test #2:

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

input:

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

output:

0.0000000000

result:

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

Test #3:

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

input:

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

output:

4.0000000000

result:

ok found '4.000000000', expected '4.000000000', error '0.000000000'

Test #4:

score: -100
Time Limit Exceeded

input:

1
0 0 0 0

output:


result: