結果

問題 No.311 z in FizzBuzzString
ユーザー %20%20
提出日時 2017-09-12 22:20:41
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 330 ms / 1,500 ms
コード長 25 bytes
コンパイル時間 2,482 ms
コンパイル使用メモリ 136,784 KB
実行使用メモリ 144,296 KB
最終ジャッジ日時 2024-09-24 21:59:52
合計ジャッジ時間 4,745 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 327 ms
144,184 KB
testcase_01 AC 325 ms
144,184 KB
testcase_02 AC 325 ms
144,184 KB
testcase_03 AC 320 ms
144,064 KB
testcase_04 AC 324 ms
144,056 KB
testcase_05 AC 321 ms
143,908 KB
testcase_06 AC 324 ms
144,184 KB
testcase_07 AC 323 ms
144,052 KB
testcase_08 AC 330 ms
144,296 KB
testcase_09 AC 327 ms
143,924 KB
testcase_10 AC 318 ms
144,184 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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