結果

問題 No.702 中央値を求めよ LIMITED
ユーザー letrangerjpletrangerjp
提出日時 2018-06-16 00:28:34
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,378 ms / 5,000 ms
コード長 133 bytes
コンパイル時間 35 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 18,688 KB
最終ジャッジ日時 2024-05-02 09:25:29
合計ジャッジ時間 114,241 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3,990 ms
18,560 KB
testcase_01 AC 3,955 ms
18,432 KB
testcase_02 AC 3,962 ms
18,560 KB
testcase_03 AC 3,989 ms
18,688 KB
testcase_04 AC 4,058 ms
18,560 KB
testcase_05 AC 4,024 ms
18,432 KB
testcase_06 AC 3,988 ms
18,688 KB
testcase_07 AC 4,067 ms
18,560 KB
testcase_08 AC 4,012 ms
18,432 KB
testcase_09 AC 3,954 ms
18,560 KB
testcase_10 AC 3,970 ms
18,432 KB
testcase_11 AC 4,008 ms
18,432 KB
testcase_12 AC 4,136 ms
18,688 KB
testcase_13 AC 4,032 ms
18,432 KB
testcase_14 AC 4,123 ms
18,688 KB
testcase_15 AC 4,042 ms
18,560 KB
testcase_16 AC 4,378 ms
18,432 KB
testcase_17 AC 4,185 ms
18,432 KB
testcase_18 AC 4,072 ms
18,432 KB
testcase_19 AC 4,054 ms
18,432 KB
testcase_20 AC 4,004 ms
18,560 KB
testcase_21 AC 4,055 ms
18,432 KB
testcase_22 AC 4,006 ms
18,432 KB
testcase_23 AC 4,061 ms
18,688 KB
testcase_24 AC 4,028 ms
18,560 KB
testcase_25 AC 4,038 ms
18,688 KB
testcase_26 AC 4,084 ms
18,688 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

x=gets.to_i
y=1
z=2
w=3
0.upto(n=1e7){t=x^x<<11&0xffffffff
x,y,z=y,z,w
w^=w>>19^t^t>>8
w<21e8?$.+=1:w<22e8&&$*<<w}
p$*.sort[n/2-$.+1]
0