QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#501216 | #5151. Bottle Flip | Zwishing | WA | 0ms | 3816kb | C++14 | 922b | 2024-08-02 15:43:57 | 2024-08-02 15:43:58 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 0ms
memory: 3812kb
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: 3664kb
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: 3816kb
input:
1 1 1 2
output:
0.4142122269
result:
wrong answer 1st numbers differ - expected: '0.4142136', found: '0.4142122', error = '0.0000013'