結果

問題 No.546 オンリー・ワン
ユーザー tailstails
提出日時 2017-07-31 18:54:29
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 471 ms / 2,000 ms
コード長 110 bytes
コンパイル時間 371 ms
コンパイル使用メモリ 143,300 KB
実行使用メモリ 140,064 KB
最終ジャッジ日時 2024-05-03 13:41:26
合計ジャッジ時間 5,766 ms
ジャッジサーバーID
(参考情報)
judge1 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 382 ms
135,076 KB
testcase_01 AC 377 ms
135,332 KB
testcase_02 AC 376 ms
135,328 KB
testcase_03 AC 386 ms
135,460 KB
testcase_04 AC 381 ms
135,200 KB
testcase_05 AC 374 ms
135,460 KB
testcase_06 AC 407 ms
135,076 KB
testcase_07 AC 427 ms
135,328 KB
testcase_08 AC 463 ms
138,532 KB
testcase_09 AC 462 ms
139,296 KB
testcase_10 AC 471 ms
140,064 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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