QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#485932 | #7184. Transport Pluses | HuangHanSheng | WA | 14ms | 21104kb | C++17 | 6.9kb | 2024-07-21 12:58:04 | 2024-07-21 12:58:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 7ms
memory: 17596kb
input:
1 2 1 1 5 3 6 2
output:
4.00000 3 0 1 2 1 5 2 0 5 3
result:
ok correct
Test #2:
score: 0
Accepted
time: 14ms
memory: 21104kb
input:
2 1 1 1 6 1 1 3 6 3
output:
2.00000 2 1 0 3 2 6 1
result:
ok correct
Test #3:
score: 0
Accepted
time: 0ms
memory: 11572kb
input:
0 0 1 1 1 1
output:
0.00000 0
result:
ok correct
Test #4:
score: 0
Accepted
time: 1ms
memory: 10588kb
input:
0 0 100 100 0 0
output:
141.42136 1 0 0 0
result:
ok correct
Test #5:
score: 0
Accepted
time: 11ms
memory: 16072kb
input:
1 0 100 100 0 0 100 100
output:
100.00000 2 1 0 100 0 0 0
result:
ok correct
Test #6:
score: 0
Accepted
time: 8ms
memory: 17636kb
input:
1 0 100 100 0 0 100 0
output:
0.00000 2 1 100 0 1 0 0
result:
ok correct
Test #7:
score: 0
Accepted
time: 10ms
memory: 15772kb
input:
1 0 100 100 0 0 0 100
output:
0.00000 1 1 0 0
result:
ok correct
Test #8:
score: -100
Wrong Answer
time: 3ms
memory: 17532kb
input:
1 100 50 50 0 0 50 50
output:
99.01000 50 0 49 50 0 48 50 0 47 50 0 46 50 0 45 50 0 44 50 0 43 50 0 42 50 0 41 50 0 40 50 0 39 50 0 38 50 0 37 50 0 36 50 0 35 50 0 34 50 0 33 50 0 32 50 0 31 50 0 30 50 0 29 50 0 28 50 0 27 50 0 26 50 0 25 50 0 24 50 0 23 50 0 22 50 0 21 50 0 20 50 0 19 50 0 18 50 0 17 50 0 16 50 0 15 50 0 14 50 ...
result:
wrong answer read 99.009999 but expected 70.710678, error = 28.299321