結果

問題 No.546 オンリー・ワン
ユーザー tailstails
提出日時 2017-08-07 01:28:23
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 482 ms / 2,000 ms
コード長 103 bytes
コンパイル時間 2,513 ms
コンパイル使用メモリ 137,400 KB
実行使用メモリ 142,984 KB
最終ジャッジ日時 2024-09-16 04:04:11
合計ジャッジ時間 7,784 ms
ジャッジサーバーID
(参考情報)
judge6 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 391 ms
137,120 KB
testcase_01 AC 395 ms
136,740 KB
testcase_02 AC 390 ms
137,124 KB
testcase_03 AC 392 ms
136,884 KB
testcase_04 AC 387 ms
136,864 KB
testcase_05 AC 378 ms
136,864 KB
testcase_06 AC 412 ms
137,220 KB
testcase_07 AC 434 ms
137,604 KB
testcase_08 AC 466 ms
141,064 KB
testcase_09 AC 482 ms
142,340 KB
testcase_10 AC 476 ms
142,984 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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