結果
問題 |
No.275 中央値を求めよ
|
ユーザー |
![]() |
提出日時 | 2017-09-09 11:21:59 |
言語 | Scheme (Gauche-0.9.15) |
結果 |
RE
|
実行時間 | - |
コード長 | 78 bytes |
コンパイル時間 | 253 ms |
コンパイル使用メモリ | 7,072 KB |
実行使用メモリ | 16,384 KB |
最終ジャッジ日時 | 2024-11-07 09:09:24 |
合計ジャッジ時間 | 3,291 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 38 |
ソースコード
import statistics as stat input() print(stat.median(map(int,input().split())))