QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#501204 | #5151. Bottle Flip | Zwishing | WA | 0ms | 3920kb | C++14 | 791b | 2024-08-02 15:39:02 | 2024-08-02 15:39:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 0ms
memory: 3884kb
input:
22 4 1 4
output:
7.333332241
result:
ok found '7.3333322', expected '7.3333333', error '0.0000001'
Test #2:
score: 0
Accepted
time: 0ms
memory: 3856kb
input:
7 2 655 988
output:
3.141593099
result:
ok found '3.1415931', expected '3.1415942', error '0.0000003'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 3920kb
input:
1 1 1 2
output:
0.4142122269
result:
wrong answer 1st numbers differ - expected: '0.4142136', found: '0.4142122', error = '0.0000013'