結果

問題 No.5001 排他的論理和でランニング
ユーザー letrangerjpletrangerjp
提出日時 2018-03-24 19:19:07
言語 Ruby
(3.3.0)
結果
TLE  
実行時間 -
コード長 139 bytes
コンパイル時間 134 ms
実行使用メモリ 29,020 KB
スコア 10,485,750
最終ジャッジ日時 2020-03-12 20:25:15
ジャッジサーバーID
(参考情報)
judge8 /
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 210 ms
29,020 KB
testcase_01 AC 114 ms
0 KB
testcase_02 AC 549 ms
15,488 KB
testcase_03 AC 339 ms
19,448 KB
testcase_04 AC 131 ms
28,620 KB
testcase_05 AC 59 ms
17,068 KB
testcase_06 AC 144 ms
22,984 KB
testcase_07 AC 183 ms
24,000 KB
testcase_08 AC 216 ms
25,672 KB
testcase_09 AC 175 ms
11,708 KB
testcase_10 AC 635 ms
0 KB
testcase_11 AC 73 ms
17,840 KB
testcase_12 AC 203 ms
21,852 KB
testcase_13 AC 325 ms
0 KB
testcase_14 AC 349 ms
0 KB
testcase_15 AC 876 ms
0 KB
testcase_16 AC 1,148 ms
0 KB
testcase_17 AC 43 ms
0 KB
testcase_18 AC 428 ms
0 KB
testcase_19 AC 777 ms
0 KB
testcase_20 AC 46 ms
0 KB
testcase_21 AC 105 ms
0 KB
testcase_22 AC 1,070 ms
0 KB
testcase_23 AC 348 ms
0 KB
testcase_24 AC 94 ms
0 KB
testcase_25 AC 140 ms
0 KB
testcase_26 AC 180 ms
0 KB
testcase_27 TLE -
testcase_28 AC 233 ms
0 KB
testcase_29 TLE -
testcase_30 AC 111 ms
0 KB
testcase_31 AC 86 ms
0 KB
testcase_32 AC 1,305 ms
0 KB
testcase_33 AC 1,091 ms
0 KB
testcase_34 AC 310 ms
0 KB
testcase_35 AC 994 ms
0 KB
testcase_36 AC 246 ms
0 KB
testcase_37 AC 1,118 ms
0 KB
testcase_38 TLE -
testcase_39 AC 1,297 ms
0 KB
testcase_40 AC 310 ms
0 KB
testcase_41 AC 131 ms
0 KB
testcase_42 AC 187 ms
0 KB
testcase_43 AC 263 ms
0 KB
testcase_44 AC 99 ms
0 KB
testcase_45 AC 1,200 ms
0 KB
testcase_46 AC 481 ms
0 KB
testcase_47 AC 386 ms
0 KB
testcase_48 AC 1,192 ms
0 KB
testcase_49 AC 174 ms
0 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,M,*A="+gets(p).split*?,
r=A.pop M
c=r.inject:^
loop.any?{i=rand M
j=rand N-M
r[i],A[j]=A[j],r[i]
c^=A[j]^r[i]
c==2**20-1&&$><<r*" "}
0