結果

問題 No.130 XOR Minimax
ユーザー tailstails
提出日時 2017-01-08 21:58:24
言語 Perl
(5.38.2)
結果
WA  
実行時間 -
コード長 124 bytes
コンパイル時間 66 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 259,996 KB
最終ジャッジ日時 2023-08-22 18:39:31
合計ジャッジ時間 26,812 ms
ジャッジサーバーID
(参考情報)
judge14 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 2 ms
4,520 KB
testcase_02 AC 3 ms
4,520 KB
testcase_03 AC 3 ms
4,540 KB
testcase_04 AC 1,367 ms
259,996 KB
testcase_05 AC 1,345 ms
259,988 KB
testcase_06 AC 1,330 ms
130,660 KB
testcase_07 AC 1,310 ms
122,520 KB
testcase_08 WA -
testcase_09 AC 230 ms
22,756 KB
testcase_10 AC 354 ms
33,340 KB
testcase_11 AC 1,169 ms
110,316 KB
testcase_12 AC 113 ms
12,996 KB
testcase_13 AC 940 ms
88,580 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
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