ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#100425 | #1683. 身高问题 | huangka | 0 | 52ms | 5288kb | Python3 | 202b | 2020-02-24 19:31:22 | 2020-02-24 19:31:23 |
answer
详细
小提示:点击横条可展开更详细的信息
Test #1:
score: 0
Wrong Answer
time: 15ms
memory: 5288kb
input:
8 175 160 172 158 178 162 142 165
output:
164.0 1 : 175 3 : 172 5 : 178 8 : 165
result:
wrong answer 2nd lines differ - expected: '1:175 3:172 5:178 8:165', found: '1 : 175 3 : 172 5 : 178...
Test #2:
score: 0
Wrong Answer
time: 15ms
memory: 5268kb
input:
16 175 160 172 158 178 162 142 165 171 168 172 148 178 192 182 135
output:
166.1 1 : 175 3 : 172 5 : 178 9 : 171 10 : 168 11 : 172 13 : 178 14 : 192 15 : 182
result:
wrong answer 2nd lines differ - expected: '1:175 3:172 5:178 9:171 10:168 11:172 13:178 14:192 15:18...
Test #3:
score: 0
Wrong Answer
time: 13ms
memory: 5276kb
input:
32 175 160 172 158 178 152 142 165 171 168 172 148 178 192 182 135 135 161 171 158 178 161 142 165 1...
output:
164.5 1 : 175 3 : 172 5 : 178 8 : 165 9 : 171 10 : 168 11 : 172 13 : 178 14 : 192 15 : 182 19 : 171 ...
result:
wrong answer 2nd lines differ - expected: '1:175 3:172 5:178 8:165 9:171 ...172 28:168 30:192 31:182...
Test #4:
score: 0
Wrong Answer
time: 0ms
memory: 5276kb
input:
40 175 163 172 158 178 152 172 165 171 178 172 148 178 192 182 185 135 161 171 158 178 162 142 165 1...
output:
167.6 1 : 175 3 : 172 5 : 178 7 : 172 9 : 171 10 : 178 11 : 172 13 : 178 14 : 192 15 : 182 16 : 185 ...
result:
wrong answer 2nd lines differ - expected: '1:175 3:172 5:178 7:172 9:171 ...168 37:168 38:192 39:182...
Test #5:
score: 0
Wrong Answer
time: 9ms
memory: 5276kb
input:
80 175 163 172 158 172 152 172 165 171 172 172 168 178 192 182 185 135 161 171 158 178 162 152 165 1...
output:
168.5 1 : 175 3 : 172 5 : 172 7 : 172 9 : 171 10 : 172 11 : 172 13 : 178 14 : 192 15 : 182 16 : 185 ...
result:
wrong answer 2nd lines differ - expected: '1:175 3:172 5:172 7:172 9:171 ...185 75:172 78:192 79:182...