結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2021-01-27 18:10:47
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 440 ms / 2,000 ms
コード長 49 bytes
コンパイル時間 1,211 ms
コンパイル使用メモリ 132,636 KB
実行使用メモリ 134,396 KB
最終ジャッジ日時 2023-09-07 01:46:15
合計ジャッジ時間 17,321 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 421 ms
134,120 KB
testcase_01 AC 413 ms
134,068 KB
testcase_02 AC 407 ms
134,120 KB
testcase_03 AC 412 ms
133,824 KB
testcase_04 AC 406 ms
134,192 KB
testcase_05 AC 422 ms
134,328 KB
testcase_06 AC 420 ms
134,128 KB
testcase_07 AC 432 ms
134,116 KB
testcase_08 AC 418 ms
134,084 KB
testcase_09 AC 415 ms
134,008 KB
testcase_10 AC 429 ms
134,220 KB
testcase_11 AC 423 ms
134,220 KB
testcase_12 AC 426 ms
133,924 KB
testcase_13 AC 440 ms
134,064 KB
testcase_14 AC 421 ms
134,000 KB
testcase_15 AC 415 ms
134,072 KB
testcase_16 AC 430 ms
134,396 KB
testcase_17 AC 416 ms
134,120 KB
testcase_18 AC 423 ms
134,144 KB
testcase_19 AC 428 ms
134,048 KB
testcase_20 AC 422 ms
134,072 KB
testcase_21 AC 433 ms
133,908 KB
testcase_22 AC 418 ms
134,360 KB
testcase_23 AC 423 ms
134,108 KB
testcase_24 AC 419 ms
134,188 KB
testcase_25 AC 427 ms
134,196 KB
testcase_26 AC 415 ms
134,260 KB
testcase_27 AC 422 ms
134,164 KB
testcase_28 AC 416 ms
134,328 KB
testcase_29 AC 422 ms
134,168 KB
testcase_30 AC 415 ms
134,116 KB
testcase_31 AC 415 ms
134,276 KB
testcase_32 AC 419 ms
133,920 KB
testcase_33 AC 418 ms
134,080 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get~~/\s.+/;say +grep {($/-=$_)>=0},sort +<<words
0