QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#872900#8614. 3Ducup-team4767#TL 7ms3840kbC++262.6kb2025-01-26 06:28:362025-01-26 06:28:36

详细

Test #1:

score: 100
Accepted
time: 7ms
memory: 3712kb

input:

4
0.000000 0.758400 0.557479 0.379026
0.758400 0.000000 0.516608 0.446312
0.557479 0.516608 0.000000 0.554364
0.379026 0.446312 0.554364 0.000000

output:

-0.2651431021 0.2651431021 -0.0790559357
0.2701080022 -0.2701080022 -0.0484604685
0.0120993897 -0.0120993897 0.3182536526
-0.0185353692 0.0185353692 -0.2334532013

result:

ok OK. Max delta: 0.002378

Test #2:

score: 0
Accepted
time: 4ms
memory: 3840kb

input:

1
0.000000

output:

0.0078309922 0.0039438293 0.0084018772

result:

ok OK. Max delta: 0.000000

Test #3:

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

input:

2
0.000000 0.938096
0.938096 0.000000

output:

0.2708050344 -0.2708050344 0.2708050344
-0.2708050344 0.2708050344 -0.2708050344

result:

ok OK. Max delta: 0.000000

Test #4:

score: -100
Time Limit Exceeded

input:

3
0.000000 0.769195 0.308169
0.769195 0.000000 0.686850
0.308169 0.686850 0.000000

output:


result: