結果
問題 |
No.1131 Deviation Score
|
ユーザー |
|
提出日時 | 2020-09-28 04:53:25 |
言語 | PyPy3 (7.3.15) |
結果 |
WA
|
実行時間 | - |
コード長 | 121 bytes |
コンパイル時間 | 157 ms |
コンパイル使用メモリ | 81,776 KB |
実行使用メモリ | 93,724 KB |
最終ジャッジ日時 | 2024-07-01 01:39:16 |
合計ジャッジ時間 | 5,696 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | -- * 1 |
other | WA * 2 TLE * 1 -- * 18 |
ソースコード
import math n=int(input()) x=list(map(int,input().split())) print(*[math.floor(50-(sum(x)/n-x[i])/2) for i in range(n)])