結果

問題 No.542 1円玉と5円玉
ユーザー yuruhiyayuruhiya
提出日時 2020-10-20 22:39:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 544 ms / 2,000 ms
コード長 80 bytes
コンパイル時間 828 ms
コンパイル使用メモリ 117,620 KB
実行使用メモリ 134,720 KB
最終ジャッジ日時 2023-09-28 13:52:57
合計ジャッジ時間 7,944 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 399 ms
129,184 KB
testcase_01 AC 381 ms
131,356 KB
testcase_02 AC 381 ms
131,928 KB
testcase_03 AC 380 ms
131,584 KB
testcase_04 AC 379 ms
131,512 KB
testcase_05 AC 416 ms
132,248 KB
testcase_06 AC 422 ms
132,504 KB
testcase_07 AC 426 ms
134,720 KB
testcase_08 AC 437 ms
132,068 KB
testcase_09 AC 438 ms
132,752 KB
testcase_10 AC 398 ms
132,112 KB
testcase_11 AC 400 ms
131,952 KB
testcase_12 AC 544 ms
134,420 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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