結果

問題 No.542 1円玉と5円玉
ユーザー yuruhiyayuruhiya
提出日時 2020-10-20 22:39:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 539 ms / 2,000 ms
コード長 80 bytes
コンパイル時間 2,018 ms
コンパイル使用メモリ 134,132 KB
実行使用メモリ 142,768 KB
最終ジャッジ日時 2024-07-21 08:33:14
合計ジャッジ時間 7,247 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 367 ms
138,000 KB
testcase_01 AC 383 ms
137,996 KB
testcase_02 AC 382 ms
138,000 KB
testcase_03 AC 363 ms
137,760 KB
testcase_04 AC 364 ms
137,996 KB
testcase_05 AC 398 ms
139,152 KB
testcase_06 AC 405 ms
138,636 KB
testcase_07 AC 424 ms
140,844 KB
testcase_08 AC 443 ms
141,360 KB
testcase_09 AC 419 ms
141,484 KB
testcase_10 AC 379 ms
138,400 KB
testcase_11 AC 381 ms
138,508 KB
testcase_12 AC 539 ms
142,768 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=words;say map({sum $_ Z*1,5},(0..$0 X 0..$1)).sort.unique.grep(?*).join("\n")
0