QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#216382 | #5106. Islands from the Sky | ZhangYiDe | WA | 0ms | 4188kb | C++23 | 7.6kb | 2023-10-15 17:49:42 | 2023-10-15 17:49:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 4188kb
input:
1 1 3 -5 0 5 0 0 5 -10 10 10 10 10 10
output:
45.000000000
result:
ok
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 4092kb
input:
1 1 3 -5 0 5 0 0 5 -10 0 10 10 0 10
output:
45.000000000
result:
wrong answer