結果
問題 |
No.1134 Deviation Score Ⅱ
|
ユーザー |
|
提出日時 | 2021-03-16 11:36:52 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 152 bytes |
コンパイル時間 | 140 ms |
コンパイル使用メモリ | 12,416 KB |
実行使用メモリ | 17,876 KB |
最終ジャッジ日時 | 2024-11-07 21:40:25 |
合計ジャッジ時間 | 3,231 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 1 |
other | AC * 23 RE * 4 |
ソースコード
n=int(input()) *x,=map(int,input().split()) m=int(input()) q=sum([i**2 for i in x])/n v=(sum(x)/n) st=(q-v**2)**0.5 p=x[m-1] print(int(50+10*(p-v)/st))