結果

問題 No.103 素因数ゲーム リターンズ
ユーザー なおなお
提出日時 2015-02-11 00:50:08
言語 Perl
(5.38.2)
結果
AC  
実行時間 236 ms / 5,000 ms
コード長 83 bytes
コンパイル時間 111 ms
コンパイル使用メモリ 5,340 KB
実行使用メモリ 5,544 KB
最終ジャッジ日時 2023-09-05 23:06:54
合計ジャッジ時間 3,002 ms
ジャッジサーバーID
(参考情報)
judge13 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
5,296 KB
testcase_01 AC 8 ms
5,460 KB
testcase_02 AC 6 ms
5,376 KB
testcase_03 AC 13 ms
5,464 KB
testcase_04 AC 9 ms
5,432 KB
testcase_05 AC 16 ms
5,384 KB
testcase_06 AC 6 ms
5,428 KB
testcase_07 AC 6 ms
5,308 KB
testcase_08 AC 6 ms
5,376 KB
testcase_09 AC 9 ms
5,436 KB
testcase_10 AC 13 ms
5,432 KB
testcase_11 AC 37 ms
5,324 KB
testcase_12 AC 115 ms
5,428 KB
testcase_13 AC 108 ms
5,432 KB
testcase_14 AC 136 ms
5,476 KB
testcase_15 AC 130 ms
5,428 KB
testcase_16 AC 32 ms
5,436 KB
testcase_17 AC 151 ms
5,444 KB
testcase_18 AC 67 ms
5,384 KB
testcase_19 AC 205 ms
5,436 KB
testcase_20 AC 65 ms
5,424 KB
testcase_21 AC 98 ms
5,300 KB
testcase_22 AC 74 ms
5,544 KB
testcase_23 AC 83 ms
5,376 KB
testcase_24 AC 236 ms
5,312 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

<>;$/=$";for$k(<>){map{$e=0;$k/=$_,$e++until$k%$_;$n^=$e%3}2..1e4}print$n?Alice:Bob
0