結果
問題 |
No.21 平均の差
|
ユーザー |
|
提出日時 | 2017-04-05 18:22:27 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 98 bytes |
コンパイル時間 | 92 ms |
コンパイル使用メモリ | 12,288 KB |
実行使用メモリ | 10,752 KB |
最終ジャッジ日時 | 2024-07-08 10:52:29 |
合計ジャッジ時間 | 1,008 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | RE * 10 |
ソースコード
rn = int(input()) k = int(input()) for i in range(rn): n[i] = int(input()) print(max(n)-min(n))