結果

問題 No.130 XOR Minimax
ユーザー tailstails
提出日時 2017-01-08 21:45:07
言語 Perl
(5.38.2)
結果
MLE  
実行時間 -
コード長 121 bytes
コンパイル時間 278 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 539,264 KB
最終ジャッジ日時 2024-12-17 18:55:11
合計ジャッジ時間 44,944 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,642 ms
125,952 KB
testcase_01 AC 3 ms
6,816 KB
testcase_02 AC 4 ms
6,820 KB
testcase_03 AC 4 ms
6,820 KB
testcase_04 MLE -
testcase_05 MLE -
testcase_06 AC 2,856 ms
412,580 KB
testcase_07 AC 2,753 ms
401,892 KB
testcase_08 AC 3,782 ms
294,016 KB
testcase_09 AC 443 ms
64,512 KB
testcase_10 AC 691 ms
98,304 KB
testcase_11 AC 2,452 ms
346,112 KB
testcase_12 AC 211 ms
32,384 KB
testcase_13 AC 1,944 ms
276,736 KB
testcase_14 AC 3,208 ms
246,624 KB
testcase_15 AC 32 ms
7,296 KB
testcase_16 AC 2,234 ms
172,992 KB
testcase_17 AC 2,329 ms
179,624 KB
testcase_18 AC 2,482 ms
194,696 KB
testcase_19 AC 2,974 ms
232,124 KB
testcase_20 AC 1,465 ms
113,536 KB
testcase_21 AC 3,177 ms
244,352 KB
testcase_22 AC 673 ms
54,016 KB
testcase_23 AC 203 ms
19,200 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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