QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#307914 | #3663. The Biggest Triangle | lmq26052003 | WA | 7ms | 66312kb | C++20 | 2.8kb | 2024-01-19 11:21:35 | 2024-01-19 11:21:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 4ms
memory: 66304kb
input:
3 0 0 0 1 0 0 1 0 0 1 1 0
output:
3.4142135624
result:
ok
Test #2:
score: -100
Wrong Answer
time: 7ms
memory: 66312kb
input:
3 0 0 0 1 0 0 1 0 0 0 1 1
output:
0.0000000000
result:
wrong answer