QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#581224 | #7702. Three Spheres and a Tetrahedron | Princeton_Tigers | AC ✓ | 0ms | 3856kb | C++20 | 5.7kb | 2024-09-22 10:54:38 | 2024-09-22 10:54:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3856kb
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: 3688kb
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'