UOJ Logo

NOI.AC

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#100431#1683. 身高问题huangka065ms5284kbPython3196b2020-02-24 19:34:132020-02-24 19:34:15

answer


Details

小提示:点击横条可展开更详细的信息

Test #1:

score: 0
Wrong Answer
time: 14ms
memory: 5284kb

input:

8
175 160 172 158 178 162 142 165

output:

164.0
175 172 178 165 

result:

wrong answer 2nd lines differ - expected: '1:175 3:172 5:178 8:165', found: '175 172 178 165 '

Test #2:

score: 0
Wrong Answer
time: 16ms
memory: 5276kb

input:

16
175 160 172 158 178 162 142 165 171 168 172 148 178 192 182 135

output:

166.1
175 172 178 171 168 172 178 192 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: 5ms
memory: 5280kb

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
175 172 178 165 171 168 172 178 192 182 171 178 165 168 172 168 192 182 185 

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: 11ms
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
175 172 178 172 171 178 172 178 192 182 185 171 178 168 168 182 185 168 172 168 168 192 182 195 

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: 19ms
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
175 172 172 172 171 172 172 178 192 182 185 171 178 182 185 172 172 182 195 175 172 178 172 17...

result:

wrong answer 2nd lines differ - expected: '1:175 3:172 5:172 7:172 9:171 ...185 75:172 78:192 79:182...