結果

問題 No.593 4進FizzBuzz
ユーザー %20%20
提出日時 2017-11-10 23:04:55
言語 Perl
(5.38.2)
結果
TLE  
実行時間 -
コード長 61 bytes
コンパイル時間 150 ms
コンパイル使用メモリ 5,296 KB
実行使用メモリ 8,920 KB
最終ジャッジ日時 2023-08-16 03:59:21
合計ジャッジ時間 4,672 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 4 ms
8,780 KB
testcase_01 AC 5 ms
8,920 KB
testcase_02 AC 4 ms
4,512 KB
testcase_03 AC 5 ms
4,516 KB
testcase_04 AC 5 ms
4,472 KB
testcase_05 AC 4 ms
4,468 KB
testcase_06 AC 4 ms
4,612 KB
testcase_07 AC 4 ms
4,580 KB
testcase_08 AC 4 ms
4,400 KB
testcase_09 AC 5 ms
4,392 KB
testcase_10 AC 4 ms
4,516 KB
testcase_11 AC 4 ms
4,552 KB
testcase_12 AC 4 ms
4,500 KB
testcase_13 AC 4 ms
4,576 KB
testcase_14 AC 4 ms
4,412 KB
testcase_15 AC 4 ms
4,544 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