結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4,553 ms
18,432 KB
testcase_01 AC 4,537 ms
18,560 KB
testcase_02 AC 4,532 ms
18,560 KB
testcase_03 AC 4,552 ms
18,304 KB
testcase_04 AC 4,556 ms
18,432 KB
testcase_05 AC 4,536 ms
18,560 KB
testcase_06 AC 4,544 ms
18,432 KB
testcase_07 AC 4,560 ms
18,560 KB
testcase_08 AC 4,544 ms
18,432 KB
testcase_09 AC 4,529 ms
18,432 KB
testcase_10 AC 4,551 ms
18,560 KB
testcase_11 AC 4,640 ms
18,560 KB
testcase_12 AC 4,563 ms
18,304 KB
testcase_13 AC 4,550 ms
18,560 KB
testcase_14 AC 4,531 ms
18,560 KB
testcase_15 AC 4,542 ms
18,560 KB
testcase_16 AC 4,538 ms
18,560 KB
testcase_17 AC 4,560 ms
18,560 KB
testcase_18 AC 4,556 ms
18,304 KB
testcase_19 AC 4,584 ms
18,560 KB
testcase_20 AC 4,535 ms
18,432 KB
testcase_21 AC 4,593 ms
18,560 KB
testcase_22 AC 4,530 ms
18,560 KB
testcase_23 AC 4,524 ms
18,432 KB
testcase_24 AC 4,623 ms
18,432 KB
testcase_25 AC 4,544 ms
18,560 KB
testcase_26 AC 4,528 ms
18,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

x=gets.to_i
y=1
z=2
w=3
0.upto(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[5e6-$.+1]
0