結果

問題 No.130 XOR Minimax
ユーザー tailstails
提出日時 2017-01-08 22:03:02
言語 Perl
(5.38.2)
結果
AC  
実行時間 2,723 ms / 5,000 ms
コード長 124 bytes
コンパイル時間 114 ms
コンパイル使用メモリ 6,688 KB
実行使用メモリ 295,552 KB
最終ジャッジ日時 2024-09-12 22:44:02
合計ジャッジ時間 29,113 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,195 ms
24,320 KB
testcase_01 AC 3 ms
6,812 KB
testcase_02 AC 4 ms
6,816 KB
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 1,518 ms
295,552 KB
testcase_05 AC 1,494 ms
295,552 KB
testcase_06 AC 1,555 ms
168,996 KB
testcase_07 AC 1,464 ms
158,316 KB
testcase_08 AC 2,723 ms
50,304 KB
testcase_09 AC 261 ms
29,184 KB
testcase_10 AC 398 ms
42,752 KB
testcase_11 AC 1,335 ms
142,464 KB
testcase_12 AC 129 ms
16,256 KB
testcase_13 AC 1,065 ms
114,304 KB
testcase_14 AC 2,343 ms
43,008 KB
testcase_15 AC 27 ms
6,940 KB
testcase_16 AC 1,623 ms
31,504 KB
testcase_17 AC 1,690 ms
32,712 KB
testcase_18 AC 1,819 ms
34,832 KB
testcase_19 AC 2,145 ms
40,704 KB
testcase_20 AC 1,057 ms
22,272 KB
testcase_21 AC 2,289 ms
42,624 KB
testcase_22 AC 498 ms
13,056 KB
testcase_23 AC 155 ms
7,552 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

sub f{$/&&do{local($/,@0,@1)=$/-1&31;push@{$_>>$/&1},$_ for@_;@0*@1?1<<$/|(sort{$a-$b}f(@0),f(@1))[0]:&f}}<>;$/=$";print f<>
0