結果

問題 No.615 集合に分けよう
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 22:04:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,297 ms / 2,000 ms
コード長 78 bytes
コンパイル時間 1,953 ms
コンパイル使用メモリ 126,808 KB
実行使用メモリ 188,140 KB
最終ジャッジ日時 2024-06-24 23:46:00
合計ジャッジ時間 27,191 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 449 ms
134,824 KB
testcase_01 AC 453 ms
134,924 KB
testcase_02 AC 457 ms
134,924 KB
testcase_03 AC 459 ms
135,028 KB
testcase_04 AC 463 ms
134,924 KB
testcase_05 AC 472 ms
134,796 KB
testcase_06 AC 473 ms
134,952 KB
testcase_07 AC 480 ms
134,800 KB
testcase_08 AC 458 ms
134,828 KB
testcase_09 AC 454 ms
135,180 KB
testcase_10 AC 453 ms
134,924 KB
testcase_11 AC 457 ms
134,824 KB
testcase_12 AC 457 ms
134,924 KB
testcase_13 AC 490 ms
134,828 KB
testcase_14 AC 536 ms
138,560 KB
testcase_15 AC 631 ms
145,388 KB
testcase_16 AC 1,055 ms
159,868 KB
testcase_17 AC 1,251 ms
171,900 KB
testcase_18 AC 1,288 ms
172,324 KB
testcase_19 AC 1,297 ms
171,944 KB
testcase_20 AC 1,194 ms
164,992 KB
testcase_21 AC 1,151 ms
164,264 KB
testcase_22 AC 1,147 ms
159,564 KB
testcase_23 AC 946 ms
141,036 KB
testcase_24 AC 1,033 ms
145,248 KB
testcase_25 AC 439 ms
135,056 KB
testcase_26 AC 481 ms
135,212 KB
testcase_27 AC 880 ms
139,884 KB
testcase_28 AC 888 ms
139,580 KB
testcase_29 AC 1,148 ms
188,140 KB
testcase_30 AC 1,112 ms
181,016 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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