QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#510473 | #1340. All your base are belong to us | ZhangYiDe | WA | 1077ms | 10960kb | Python3 | 1.4kb | 2024-08-09 05:47:26 | 2024-08-09 05:47:26 |
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: 529ms
memory: 10908kb
input:
3 1 0 1 1 0 1 1
output:
0.7071067812770573
result:
ok found '0.7071068', expected '0.7071100', error '0.0000032'
Test #2:
score: -100
Wrong Answer
time: 1077ms
memory: 10960kb
input:
6 3 1 1 2 1 3 2 5 3 8 5 13 8
output:
11.015141094572204
result:
wrong answer 1st numbers differ - expected: '17.5042600', found: '11.0151411', error = '0.3707166'