QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#690784 | #7702. Three Spheres and a Tetrahedron | GuanYunchang | WA | 0ms | 3928kb | C++11 | 8.1kb | 2024-10-31 03:41:31 | 2024-10-31 03:41:31 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 3892kb
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: -100
Wrong Answer
time: 0ms
memory: 3928kb
input:
1 0 2 0 0 3
output:
1 1.25 1.6667 2.0833
result:
wrong answer 1st lines differ - expected: '1.0000 1.2500 1.6667 2.0833', found: '1 1.25 1.6667 2.0833'