QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#459649 | #3184. Around the Track | GuanYunchang | WA | 0ms | 2136kb | Rust | 4.9kb | 2024-06-30 10:37:56 | 2024-06-30 10:37:57 |
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: 2096kb
input:
3 1 1 2 1 1 2 3 0 0 4 0 0 4
output:
3.414213562373095
result:
ok found '3.4142136', expected '3.4142136', error '0.0000000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 2136kb
input:
5 1 1 5 1 5 5 3 3 1 5 4 0 0 6 0 6 6 0 6
output:
16
result:
ok found '16.0000000', expected '16.0000000', error '0.0000000'
Test #3:
score: -100
Wrong Answer
time: 0ms
memory: 2088kb
input:
5 1 1 5 1 5 5 3 3 1 5 5 0 0 6 0 6 6 3 4 0 6
output:
12.310122064520762
result:
wrong answer 1st numbers differ - expected: '16.4721360', found: '12.3101221', error = '0.2526700'