結果

問題 No.702 中央値を求めよ LIMITED
ユーザー %20%20
提出日時 2018-06-16 00:36:07
言語 cLay
(20240714-1)
結果
AC  
実行時間 63 ms / 5,000 ms
コード長 185 bytes
コンパイル時間 1,322 ms
コンパイル使用メモリ 171,464 KB
実行使用メモリ 25,088 KB
最終ジャッジ日時 2024-07-05 13:05:53
合計ジャッジ時間 3,912 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 61 ms
24,576 KB
testcase_01 AC 60 ms
24,704 KB
testcase_02 AC 59 ms
24,576 KB
testcase_03 AC 59 ms
24,704 KB
testcase_04 AC 59 ms
24,832 KB
testcase_05 AC 60 ms
24,448 KB
testcase_06 AC 60 ms
24,704 KB
testcase_07 AC 61 ms
24,704 KB
testcase_08 AC 59 ms
24,448 KB
testcase_09 AC 60 ms
24,448 KB
testcase_10 AC 60 ms
25,088 KB
testcase_11 AC 62 ms
24,704 KB
testcase_12 AC 61 ms
24,576 KB
testcase_13 AC 60 ms
24,832 KB
testcase_14 AC 61 ms
24,704 KB
testcase_15 AC 60 ms
24,704 KB
testcase_16 AC 60 ms
24,704 KB
testcase_17 AC 59 ms
24,704 KB
testcase_18 AC 59 ms
24,960 KB
testcase_19 AC 59 ms
24,704 KB
testcase_20 AC 60 ms
24,576 KB
testcase_21 AC 59 ms
24,704 KB
testcase_22 AC 59 ms
24,704 KB
testcase_23 AC 60 ms
24,832 KB
testcase_24 AC 58 ms
24,704 KB
testcase_25 AC 63 ms
24,576 KB
testcase_26 AC 60 ms
24,832 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

unsigned T=(1u<<31)-3d6,t,x,y=1,z=2,w=3,p,q[6d6],i;
{
	for(cin>>x;i<=1d7;++i)t=x^x<<11,x=y,y=z,z=w,w^=w>>19^t^t>>8,w<T?++p:w<T+6d6&&++q[w-T];
	for(i=-1;p<=5d6;)p+=q[++i];
	cout<<T+i;
}
0