結果

問題 No.542 1円玉と5円玉
ユーザー yuruhiyayuruhiya
提出日時 2020-10-20 22:41:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 413 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 301 ms
コンパイル使用メモリ 120,060 KB
実行使用メモリ 134,320 KB
最終ジャッジ日時 2023-09-28 13:53:08
合計ジャッジ時間 6,444 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 379 ms
133,764 KB
testcase_01 AC 386 ms
133,512 KB
testcase_02 AC 387 ms
133,980 KB
testcase_03 AC 379 ms
133,496 KB
testcase_04 AC 379 ms
133,384 KB
testcase_05 AC 402 ms
134,040 KB
testcase_06 AC 395 ms
134,320 KB
testcase_07 AC 403 ms
134,284 KB
testcase_08 AC 402 ms
133,972 KB
testcase_09 AC 401 ms
134,020 KB
testcase_10 AC 387 ms
133,612 KB
testcase_11 AC 400 ms
133,992 KB
testcase_12 AC 413 ms
134,224 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;map {$_%5>$0||.say},1..$0+$1*5
0