QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#790021 | #9576. Ordainer of Inexorable Judgment | ucup-team4991 | WA | 0ms | 4084kb | C++20 | 1.6kb | 2024-11-27 23:38:09 | 2024-11-27 23:38:16 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 0ms
memory: 4084kb
input:
3 1 0 1 1 1 2 2 1 2 2
output:
1
result:
ok found '1.0000000', expected '1.0000000', error '0.0000000'
Test #2:
score: -100
Wrong Answer
time: 0ms
memory: 4048kb
input:
3 1 0 1 2 1 2 2 1 2 2
output:
1.5708
result:
wrong answer 1st numbers differ - expected: '1.5707963', found: '1.5708000', error = '0.0000023'