結果

問題 No.156 キャンディー・ボックス
ユーザー kotatsugamekotatsugame
提出日時 2021-08-27 05:23:11
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 431 ms / 2,000 ms
コード長 40 bytes
コンパイル時間 2,192 ms
コンパイル使用メモリ 134,644 KB
実行使用メモリ 136,516 KB
最終ジャッジ日時 2024-04-29 21:18:41
合計ジャッジ時間 17,909 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 412 ms
136,260 KB
testcase_01 AC 414 ms
136,260 KB
testcase_02 AC 417 ms
135,564 KB
testcase_03 AC 422 ms
136,256 KB
testcase_04 AC 416 ms
136,388 KB
testcase_05 AC 412 ms
136,516 KB
testcase_06 AC 418 ms
135,924 KB
testcase_07 AC 424 ms
136,256 KB
testcase_08 AC 425 ms
136,132 KB
testcase_09 AC 423 ms
135,924 KB
testcase_10 AC 415 ms
135,696 KB
testcase_11 AC 425 ms
136,048 KB
testcase_12 AC 412 ms
135,696 KB
testcase_13 AC 414 ms
135,696 KB
testcase_14 AC 423 ms
135,436 KB
testcase_15 AC 419 ms
135,696 KB
testcase_16 AC 423 ms
135,820 KB
testcase_17 AC 421 ms
136,256 KB
testcase_18 AC 419 ms
136,388 KB
testcase_19 AC 416 ms
136,388 KB
testcase_20 AC 414 ms
135,696 KB
testcase_21 AC 431 ms
135,824 KB
testcase_22 AC 429 ms
135,868 KB
testcase_23 AC 419 ms
136,256 KB
testcase_24 AC 419 ms
135,920 KB
testcase_25 AC 418 ms
135,696 KB
testcase_26 AC 421 ms
135,568 KB
testcase_27 AC 419 ms
135,712 KB
testcase_28 AC 413 ms
135,824 KB
testcase_29 AC 415 ms
136,516 KB
testcase_30 AC 416 ms
135,796 KB
testcase_31 AC 423 ms
136,388 KB
testcase_32 AC 422 ms
136,384 KB
testcase_33 AC 421 ms
135,948 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum get~~/\s.+/X>=[\+] sort +<<words
0