結果

問題 No.593 4進FizzBuzz
ユーザー %20%20
提出日時 2017-11-10 23:04:55
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 61 bytes
コンパイル時間 101 ms
コンパイル使用メモリ 6,944 KB
実行使用メモリ 13,884 KB
最終ジャッジ日時 2024-05-03 13:27:51
合計ジャッジ時間 4,299 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 6 ms
11,932 KB
testcase_01 AC 5 ms
8,636 KB
testcase_02 AC 5 ms
10,268 KB
testcase_03 AC 7 ms
13,884 KB
testcase_04 AC 8 ms
6,940 KB
testcase_05 AC 8 ms
6,944 KB
testcase_06 AC 7 ms
6,940 KB
testcase_07 AC 6 ms
6,940 KB
testcase_08 AC 6 ms
6,944 KB
testcase_09 AC 6 ms
6,944 KB
testcase_10 AC 7 ms
6,940 KB
testcase_11 AC 5 ms
6,944 KB
testcase_12 AC 5 ms
6,940 KB
testcase_13 AC 6 ms
6,940 KB
testcase_14 AC 5 ms
6,944 KB
testcase_15 AC 6 ms
6,940 KB
testcase_16 TLE -
testcase_17 -- -
testcase_18 -- -
testcase_19 -- -
testcase_20 -- -
testcase_21 -- -
testcase_22 -- -
testcase_23 -- -
testcase_24 -- -
testcase_25 -- -
testcase_26 -- -
testcase_27 -- -
testcase_28 -- -
testcase_29 -- -
testcase_30 -- -
testcase_31 -- -
testcase_32 -- -
testcase_33 -- -
testcase_34 -- -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.pl syntax OK

ソースコード

diff #

print+(Fizz)[$_%3].(Buzz)[$_%5]||`dc -e4o${_}n`for`dc -e4i?n`
0