QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#421818#6763. Triangle Pendantucup-team874WA 0ms3964kbC++173.5kb2024-05-26 06:23:442024-05-26 06:23:45

詳細信息

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3964kb

input:

2
1 1 1 1 1 1
2 3 3 1 1 1

output:

1 1.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000
-0.000000000000000 -0.000000000000000 -0.000000000000000
1 3.000000000000000 3.000000000000000 1.000000000000000 1.000000000000000 1.000000000000000
-0.000000000000000 -0.000000000000000 -0.000000000000000

result:

wrong answer 1st numbers differ - expected: '-0.81650', found: '1.00000', error = '1.81650'