結果

問題 No.546 オンリー・ワン
ユーザー tailstails
提出日時 2017-07-31 18:56:09
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 429 ms / 2,000 ms
コード長 106 bytes
コンパイル時間 288 ms
コンパイル使用メモリ 135,788 KB
実行使用メモリ 141,992 KB
最終ジャッジ日時 2024-05-03 13:41:35
合計ジャッジ時間 5,474 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 354 ms
136,152 KB
testcase_01 AC 337 ms
136,152 KB
testcase_02 AC 343 ms
135,764 KB
testcase_03 AC 351 ms
136,760 KB
testcase_04 AC 339 ms
136,148 KB
testcase_05 AC 369 ms
136,148 KB
testcase_06 AC 371 ms
136,276 KB
testcase_07 AC 387 ms
136,596 KB
testcase_08 AC 425 ms
139,624 KB
testcase_09 AC 420 ms
141,036 KB
testcase_10 AC 429 ms
141,992 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

($,my$l,my$h,my@c)=+<<$*IN.words;say [+] @c.combinations.map:{([-] ($l-1,$h) >>div>>[lcm] $_)*$_*(-1)**$_}
0