結果

問題 No.862 XORでX
ユーザー tailstails
提出日時 2019-08-13 13:24:14
言語 Perl
(5.38.2)
結果
AC  
実行時間 184 ms / 2,000 ms
コード長 131 bytes
コンパイル時間 483 ms
コンパイル使用メモリ 19,968 KB
実行使用メモリ 30,080 KB
最終ジャッジ日時 2024-09-19 13:23:51
合計ジャッジ時間 5,757 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 40 ms
21,632 KB
testcase_01 AC 44 ms
21,632 KB
testcase_02 AC 40 ms
21,632 KB
testcase_03 AC 66 ms
21,632 KB
testcase_04 AC 43 ms
21,504 KB
testcase_05 AC 47 ms
21,504 KB
testcase_06 AC 48 ms
21,504 KB
testcase_07 AC 61 ms
21,632 KB
testcase_08 AC 77 ms
22,272 KB
testcase_09 AC 56 ms
22,400 KB
testcase_10 AC 73 ms
22,400 KB
testcase_11 AC 94 ms
22,400 KB
testcase_12 AC 39 ms
21,632 KB
testcase_13 AC 49 ms
21,504 KB
testcase_14 AC 184 ms
21,632 KB
testcase_15 AC 85 ms
21,632 KB
testcase_16 AC 114 ms
27,648 KB
testcase_17 AC 62 ms
27,904 KB
testcase_18 AC 71 ms
27,648 KB
testcase_19 AC 67 ms
27,904 KB
testcase_20 AC 106 ms
29,952 KB
testcase_21 AC 101 ms
29,952 KB
testcase_22 AC 102 ms
29,952 KB
testcase_23 AC 105 ms
29,952 KB
testcase_24 AC 58 ms
30,080 KB
testcase_25 AC 57 ms
30,080 KB
testcase_26 AC 56 ms
30,080 KB
testcase_27 AC 102 ms
29,952 KB
testcase_28 AC 58 ms
29,952 KB
testcase_29 AC 57 ms
29,952 KB
testcase_30 AC 66 ms
30,080 KB
testcase_31 AC 58 ms
29,952 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($n,$x)=glob<>;@a=(0..2e5);map$x^=$_,1..$n;0while@a[$k,$j]=@a[$j=$j%$n+1,$k=rand(1e5+5-$n)+$n+1],$x^=$a[$j]^$a[$k];print"@a[1..$n]"
0