QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#589737#7702. Three Spheres and a TetrahedronyellowbirdAC ✓0ms3932kbC++205.3kb2024-09-25 19:56:372024-09-25 19:56:37

詳細信息

Test #1:

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

input:

2 3 2 3 1 4

output:

2.8563 0.8218 1.8305 2.1816

result:

ok single line: '2.8563 0.8218 1.8305 2.1816'

Test #2:

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

input:

1 0 2 0 0 3

output:

1.0000 1.2500 1.6667 2.0833

result:

ok single line: '1.0000 1.2500 1.6667 2.0833'