| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 153475 | 王一诺 | 计算平均数 | Python3 | Wrong Answer | 44 MS | 3776 KB | 208 | 2026-05-17 16:03:09 |
a=list(map(int,input().split())) f=0 w,a666=0,0 while w<len(a): a666+=a[w] w += 1 print((int(a666/len(a)*100))/100) for i in a: if i>((int(a666/len(a)*100))/100): print(i,end=" ")
------Input------
679 849 98 256 256
------Answer-----
427.60 679 849
------Your output-----
427.6 679 849