QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#224385 | #2935. Spider-Fly | ZhaoZiLong | WA | 0ms | 4076kb | C++20 | 5.8kb | 2023-10-23 01:56:04 | 2023-10-23 01:56:05 |
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: 3840kb
input:
12 12 30 6 11 0 6 1 30
output:
40.000
result:
ok single line: '40.000'
Test #2:
score: 0
Accepted
time: 0ms
memory: 4076kb
input:
12 10 30 6 9 0 6 1 30
output:
38.833
result:
ok single line: '38.833'
Test #3:
score: 0
Accepted
time: 0ms
memory: 4064kb
input:
12 10 30 1 10 10 6 1 30
output:
27.019
result:
ok single line: '27.019'
Test #4:
score: 0
Accepted
time: 0ms
memory: 3940kb
input:
12 10 30 1 10 10 6 2 30
output:
27.514
result:
ok single line: '27.514'
Test #5:
score: 0
Accepted
time: 0ms
memory: 3904kb
input:
12 10 30 1 10 10 8 0 30
output:
27.586
result:
ok single line: '27.586'
Test #6:
score: 0
Accepted
time: 0ms
memory: 3784kb
input:
12 10 20 1 10 0 8 0 20
output:
27.586
result:
ok single line: '27.586'
Test #7:
score: 0
Accepted
time: 0ms
memory: 4012kb
input:
12 10 20 0 10 0 8 0 20
output:
26.907
result:
ok single line: '26.907'
Test #8:
score: 0
Accepted
time: 0ms
memory: 3936kb
input:
12 10 20 0 10 0 12 0 20
output:
29.732
result:
ok single line: '29.732'
Test #9:
score: 0
Accepted
time: 0ms
memory: 3900kb
input:
12 8 15 2 8 5 9 8 14
output:
11.402
result:
ok single line: '11.402'
Test #10:
score: 0
Accepted
time: 0ms
memory: 3972kb
input:
12 8 15 0 8 0 9 8 14
output:
16.643
result:
ok single line: '16.643'
Test #11:
score: -100
Wrong Answer
time: 0ms
memory: 3964kb
input:
12 12 30 1 12 10 6 1 30
output:
27.295
result:
wrong answer 1st lines differ - expected: '28.320', found: '27.295'