結果

問題 No.5001 排他的論理和でランニング
ユーザー letrangerjpletrangerjp
提出日時 2018-03-24 19:24:55
言語 Ruby
(3.3.0)
結果
AC  
実行時間 112 ms / 1,500 ms
コード長 136 bytes
コンパイル時間 41 ms
実行使用メモリ 28,992 KB
スコア 51,219,086
最終ジャッジ日時 2020-03-12 20:52:55
ジャッジサーバーID
(参考情報)
judge7 /
純コード判定しない問題か言語
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 101 ms
28,992 KB
testcase_01 AC 23 ms
13,920 KB
testcase_02 AC 31 ms
15,436 KB
testcase_03 AC 56 ms
19,592 KB
testcase_04 AC 111 ms
28,656 KB
testcase_05 AC 45 ms
17,296 KB
testcase_06 AC 60 ms
22,880 KB
testcase_07 AC 68 ms
24,152 KB
testcase_08 AC 108 ms
25,728 KB
testcase_09 AC 11 ms
11,640 KB
testcase_10 AC 38 ms
15,864 KB
testcase_11 AC 50 ms
17,968 KB
testcase_12 AC 34 ms
16,524 KB
testcase_13 AC 100 ms
25,896 KB
testcase_14 AC 68 ms
21,044 KB
testcase_15 AC 43 ms
17,300 KB
testcase_16 AC 24 ms
13,584 KB
testcase_17 AC 34 ms
14,908 KB
testcase_18 AC 63 ms
20,176 KB
testcase_19 AC 44 ms
18,104 KB
testcase_20 AC 35 ms
15,744 KB
testcase_21 AC 36 ms
15,344 KB
testcase_22 AC 18 ms
13,032 KB
testcase_23 AC 16 ms
12,244 KB
testcase_24 AC 39 ms
17,972 KB
testcase_25 AC 76 ms
26,552 KB
testcase_26 AC 62 ms
24,340 KB
testcase_27 AC 44 ms
19,504 KB
testcase_28 AC 71 ms
23,428 KB
testcase_29 AC 83 ms
25,504 KB
testcase_30 AC 22 ms
13,428 KB
testcase_31 AC 69 ms
21,860 KB
testcase_32 AC 36 ms
15,840 KB
testcase_33 AC 106 ms
26,964 KB
testcase_34 AC 112 ms
28,628 KB
testcase_35 AC 68 ms
22,652 KB
testcase_36 AC 95 ms
28,356 KB
testcase_37 AC 70 ms
24,036 KB
testcase_38 AC 34 ms
15,784 KB
testcase_39 AC 46 ms
16,920 KB
testcase_40 AC 51 ms
19,432 KB
testcase_41 AC 22 ms
13,272 KB
testcase_42 AC 49 ms
17,956 KB
testcase_43 AC 55 ms
19,364 KB
testcase_44 AC 83 ms
25,908 KB
testcase_45 AC 89 ms
27,388 KB
testcase_46 AC 81 ms
27,816 KB
testcase_47 AC 47 ms
17,940 KB
testcase_48 AC 36 ms
16,120 KB
testcase_49 AC 87 ms
23,864 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>10**6&&$><<r*" "}
0