結果

問題 No.593 4進FizzBuzz
ユーザー %20%20
提出日時 2017-11-10 23:13:51
言語 Perl
(5.38.2)
結果
AC  
実行時間 1,036 ms / 2,000 ms
コード長 72 bytes
コンパイル時間 100 ms
コンパイル使用メモリ 6,688 KB
実行使用メモリ 229,380 KB
最終ジャッジ日時 2024-05-03 14:27:36
合計ジャッジ時間 20,273 ms
ジャッジサーバーID
(参考情報)
judge1 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 3 ms
6,812 KB
testcase_01 AC 3 ms
6,940 KB
testcase_02 AC 3 ms
6,940 KB
testcase_03 AC 3 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 3 ms
6,944 KB
testcase_06 AC 2 ms
6,944 KB
testcase_07 AC 3 ms
6,944 KB
testcase_08 AC 2 ms
6,940 KB
testcase_09 AC 2 ms
6,944 KB
testcase_10 AC 2 ms
6,940 KB
testcase_11 AC 3 ms
6,940 KB
testcase_12 AC 2 ms
6,940 KB
testcase_13 AC 3 ms
6,944 KB
testcase_14 AC 3 ms
6,944 KB
testcase_15 AC 2 ms
6,940 KB
testcase_16 AC 939 ms
227,712 KB
testcase_17 AC 947 ms
227,836 KB
testcase_18 AC 938 ms
227,636 KB
testcase_19 AC 956 ms
227,712 KB
testcase_20 AC 1,036 ms
227,712 KB
testcase_21 AC 944 ms
227,628 KB
testcase_22 AC 942 ms
229,380 KB
testcase_23 AC 961 ms
227,712 KB
testcase_24 AC 949 ms
227,652 KB
testcase_25 AC 990 ms
227,676 KB
testcase_26 AC 954 ms
227,712 KB
testcase_27 AC 998 ms
227,712 KB
testcase_28 AC 957 ms
227,712 KB
testcase_29 AC 957 ms
227,712 KB
testcase_30 AC 965 ms
227,732 KB
testcase_31 AC 964 ms
227,664 KB
testcase_32 AC 963 ms
227,664 KB
testcase_33 AC 949 ms
227,712 KB
testcase_34 AC 956 ms
227,656 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

($F+=$_)%=3,$B=($B*4+$_)%5for($N=<>)=~/./g;print'Fizz'x!$F.Buzz x!$B||$N
0