結果

問題 No.1716 Bonus Nim
ユーザー tailstails
提出日時 2021-11-25 18:56:46
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 68 bytes
コンパイル時間 378 ms
コンパイル使用メモリ 6,940 KB
実行使用メモリ 118,280 KB
最終ジャッジ日時 2024-06-28 11:48:57
合計ジャッジ時間 30,486 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 8 ms
6,812 KB
testcase_01 AC 8 ms
6,940 KB
testcase_02 AC 7 ms
6,940 KB
testcase_03 AC 7 ms
6,944 KB
testcase_04 AC 1,320 ms
71,432 KB
testcase_05 AC 1,327 ms
81,884 KB
testcase_06 AC 1,330 ms
78,972 KB
testcase_07 AC 1,371 ms
79,608 KB
testcase_08 AC 1,373 ms
72,312 KB
testcase_09 AC 1,389 ms
68,576 KB
testcase_10 AC 1,419 ms
73,916 KB
testcase_11 AC 1,440 ms
64,528 KB
testcase_12 AC 1,487 ms
78,688 KB
testcase_13 AC 1,592 ms
93,040 KB
testcase_14 AC 1,899 ms
67,536 KB
testcase_15 AC 770 ms
15,360 KB
testcase_16 AC 8 ms
5,888 KB
testcase_17 AC 8 ms
5,888 KB
testcase_18 AC 8 ms
5,888 KB
testcase_19 AC 8 ms
5,888 KB
testcase_20 AC 8 ms
5,888 KB
testcase_21 AC 8 ms
5,760 KB
testcase_22 AC 1,701 ms
103,328 KB
testcase_23 AC 1,784 ms
100,172 KB
testcase_24 AC 1,896 ms
110,016 KB
testcase_25 TLE -
testcase_26 AC 1,860 ms
96,932 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Name "main::r" used only once: possible typo at Main.pl line 1.
Main.pl syntax OK

ソースコード

diff #

map{<>;$h^=$r{$_}//=rand 9e9for glob<>;print$h?Alice:Bob,$h=$/}1..<>
0