結果

問題 No.542 1円玉と5円玉
ユーザー yuruhiyayuruhiya
提出日時 2020-10-20 22:41:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 381 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 352 ms
コンパイル使用メモリ 126,460 KB
実行使用メモリ 137,716 KB
最終ジャッジ日時 2024-07-21 08:33:33
合計ジャッジ時間 5,761 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 342 ms
136,796 KB
testcase_01 AC 335 ms
137,232 KB
testcase_02 AC 335 ms
136,976 KB
testcase_03 AC 338 ms
137,100 KB
testcase_04 AC 337 ms
136,844 KB
testcase_05 AC 376 ms
137,484 KB
testcase_06 AC 352 ms
137,360 KB
testcase_07 AC 352 ms
137,432 KB
testcase_08 AC 355 ms
137,432 KB
testcase_09 AC 355 ms
137,484 KB
testcase_10 AC 342 ms
137,040 KB
testcase_11 AC 363 ms
137,716 KB
testcase_12 AC 381 ms
137,308 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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