QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#200328 | #7521. Find the Gap | new_dawn_2# | WA | 0ms | 3780kb | C++17 | 2.7kb | 2023-10-04 16:27:34 | 2023-10-04 16:27:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3592kb
input:
8 1 1 1 1 1 2 1 2 1 1 2 2 2 1 1 2 1 2 2 2 1 2 2 2
output:
1.0
result:
ok found '1.000000000', expected '1.000000000', error '0.000000000'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 3780kb
input:
5 1 1 1 1 2 1 1 1 2 1 2 2 2 1 1
output:
0.7071068
result:
wrong answer 1st numbers differ - expected: '0.7071068', found: '0.7071068', error = '0.0000000'