結果

問題 No.702 中央値を求めよ LIMITED
ユーザー letrangerjpletrangerjp
提出日時 2018-06-16 00:45:32
言語 Ruby
(3.3.0)
結果
AC  
実行時間 4,968 ms / 5,000 ms
コード長 128 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 18,560 KB
最終ジャッジ日時 2024-11-22 22:19:30
合計ジャッジ時間 139,300 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4,921 ms
18,560 KB
testcase_01 AC 4,888 ms
18,304 KB
testcase_02 AC 4,937 ms
18,304 KB
testcase_03 AC 4,916 ms
18,176 KB
testcase_04 AC 4,929 ms
18,304 KB
testcase_05 AC 4,920 ms
18,304 KB
testcase_06 AC 4,906 ms
18,560 KB
testcase_07 AC 4,910 ms
18,432 KB
testcase_08 AC 4,867 ms
18,560 KB
testcase_09 AC 4,895 ms
18,432 KB
testcase_10 AC 4,898 ms
18,304 KB
testcase_11 AC 4,930 ms
18,304 KB
testcase_12 AC 4,890 ms
18,560 KB
testcase_13 AC 4,926 ms
18,304 KB
testcase_14 AC 4,865 ms
18,304 KB
testcase_15 AC 4,886 ms
18,304 KB
testcase_16 AC 4,897 ms
18,432 KB
testcase_17 AC 4,905 ms
18,176 KB
testcase_18 AC 4,965 ms
18,304 KB
testcase_19 AC 4,902 ms
18,304 KB
testcase_20 AC 4,968 ms
18,432 KB
testcase_21 AC 4,917 ms
18,560 KB
testcase_22 AC 4,928 ms
18,560 KB
testcase_23 AC 4,922 ms
18,432 KB
testcase_24 AC 4,957 ms
18,560 KB
testcase_25 AC 4,921 ms
18,304 KB
testcase_26 AC 4,938 ms
18,560 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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