結果

問題 No.130 XOR Minimax
ユーザー tailstails
提出日時 2017-01-08 22:27:31
言語 Perl
(5.38.2)
結果
AC  
実行時間 3,188 ms / 5,000 ms
コード長 123 bytes
コンパイル時間 517 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 417,408 KB
最終ジャッジ日時 2024-09-12 22:46:02
合計ジャッジ時間 37,138 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1,384 ms
75,392 KB
testcase_01 AC 3 ms
6,816 KB
testcase_02 AC 3 ms
6,816 KB
testcase_03 AC 3 ms
6,812 KB
testcase_04 AC 2,280 ms
417,408 KB
testcase_05 AC 2,195 ms
417,408 KB
testcase_06 AC 2,214 ms
290,988 KB
testcase_07 AC 2,128 ms
280,172 KB
testcase_08 AC 3,188 ms
172,160 KB
testcase_09 AC 356 ms
46,848 KB
testcase_10 AC 537 ms
70,784 KB
testcase_11 AC 1,906 ms
244,352 KB
testcase_12 AC 172 ms
24,320 KB
testcase_13 AC 1,515 ms
195,456 KB
testcase_14 AC 2,712 ms
144,896 KB
testcase_15 AC 30 ms
6,940 KB
testcase_16 AC 1,895 ms
102,508 KB
testcase_17 AC 1,988 ms
106,092 KB
testcase_18 AC 2,147 ms
114,828 KB
testcase_19 AC 2,570 ms
136,576 KB
testcase_20 AC 1,223 ms
67,968 KB
testcase_21 AC 2,687 ms
143,744 KB
testcase_22 AC 574 ms
33,536 KB
testcase_23 AC 171 ms
13,440 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

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