結果

問題 No.615 集合に分けよう
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 22:04:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,107 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 2,074 ms
コンパイル使用メモリ 122,228 KB
実行使用メモリ 183,480 KB
最終ジャッジ日時 2023-09-07 05:17:33
合計ジャッジ時間 24,660 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 402 ms
134,052 KB
testcase_01 AC 411 ms
134,356 KB
testcase_02 AC 398 ms
133,956 KB
testcase_03 AC 401 ms
133,864 KB
testcase_04 AC 402 ms
134,128 KB
testcase_05 AC 396 ms
134,036 KB
testcase_06 AC 408 ms
134,060 KB
testcase_07 AC 405 ms
134,224 KB
testcase_08 AC 406 ms
134,528 KB
testcase_09 AC 399 ms
134,152 KB
testcase_10 AC 406 ms
134,592 KB
testcase_11 AC 401 ms
134,476 KB
testcase_12 AC 397 ms
133,916 KB
testcase_13 AC 430 ms
134,256 KB
testcase_14 AC 445 ms
133,856 KB
testcase_15 AC 543 ms
139,660 KB
testcase_16 AC 941 ms
153,960 KB
testcase_17 AC 1,105 ms
167,652 KB
testcase_18 AC 1,107 ms
167,792 KB
testcase_19 AC 1,082 ms
167,744 KB
testcase_20 AC 1,069 ms
161,984 KB
testcase_21 AC 1,042 ms
161,032 KB
testcase_22 AC 892 ms
153,880 KB
testcase_23 AC 851 ms
138,232 KB
testcase_24 AC 912 ms
142,700 KB
testcase_25 AC 406 ms
134,052 KB
testcase_26 AC 402 ms
134,208 KB
testcase_27 AC 812 ms
134,444 KB
testcase_28 AC 801 ms
133,456 KB
testcase_29 AC 927 ms
183,480 KB
testcase_30 AC 934 ms
177,168 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=[-] get.words;$!=0;say map({-$!+($!=$_)},sort +<<words)[1..*].sort[^$/].sum
0