結果

問題 No.311 z in FizzBuzzString
ユーザー %20%20
提出日時 2017-09-12 22:20:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 398 ms / 1,500 ms
コード長 25 bytes
コンパイル時間 785 ms
コンパイル使用メモリ 131,736 KB
実行使用メモリ 146,124 KB
最終ジャッジ日時 2023-10-25 02:51:30
合計ジャッジ時間 5,600 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
143,868 KB
testcase_01 AC 394 ms
145,880 KB
testcase_02 AC 392 ms
143,824 KB
testcase_03 AC 393 ms
146,112 KB
testcase_04 AC 386 ms
145,284 KB
testcase_05 AC 387 ms
146,124 KB
testcase_06 AC 389 ms
143,024 KB
testcase_07 AC 398 ms
145,984 KB
testcase_08 AC 390 ms
143,936 KB
testcase_09 AC 394 ms
145,980 KB
testcase_10 AC 385 ms
143,992 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=get)/3+<1+$_/5+<1
0