結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:51:14
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 360 ms / 2,000 ms
コード長 49 bytes
コンパイル時間 1,742 ms
コンパイル使用メモリ 122,244 KB
実行使用メモリ 132,024 KB
最終ジャッジ日時 2023-09-28 02:22:22
合計ジャッジ時間 14,328 ms
ジャッジサーバーID
(参考情報)
judge11 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 317 ms
131,544 KB
testcase_01 AC 339 ms
132,012 KB
testcase_02 AC 313 ms
131,908 KB
testcase_03 AC 321 ms
131,912 KB
testcase_04 AC 312 ms
131,636 KB
testcase_05 AC 320 ms
131,712 KB
testcase_06 AC 322 ms
131,972 KB
testcase_07 AC 318 ms
131,636 KB
testcase_08 AC 309 ms
131,612 KB
testcase_09 AC 315 ms
132,024 KB
testcase_10 AC 317 ms
131,740 KB
testcase_11 AC 312 ms
131,732 KB
testcase_12 AC 307 ms
132,008 KB
testcase_13 AC 313 ms
131,924 KB
testcase_14 AC 310 ms
131,636 KB
testcase_15 AC 321 ms
131,916 KB
testcase_16 AC 316 ms
132,024 KB
testcase_17 AC 316 ms
131,804 KB
testcase_18 AC 319 ms
131,744 KB
testcase_19 AC 317 ms
131,968 KB
testcase_20 AC 310 ms
131,844 KB
testcase_21 AC 320 ms
131,624 KB
testcase_22 AC 315 ms
131,560 KB
testcase_23 AC 313 ms
131,744 KB
testcase_24 AC 311 ms
131,824 KB
testcase_25 AC 318 ms
131,892 KB
testcase_26 AC 313 ms
131,808 KB
testcase_27 AC 360 ms
131,932 KB
testcase_28 AC 318 ms
131,624 KB
testcase_29 AC 315 ms
131,748 KB
testcase_30 AC 315 ms
131,840 KB
testcase_31 AC 320 ms
131,840 KB
testcase_32 AC 319 ms
131,636 KB
testcase_33 AC 318 ms
131,916 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=get.words;say +grep $1-($+=*)>=0,sort +<<words
0