結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 381 ms
132,040 KB
testcase_01 AC 375 ms
131,936 KB
testcase_02 AC 375 ms
132,144 KB
testcase_03 AC 379 ms
132,020 KB
testcase_04 AC 372 ms
132,048 KB
testcase_05 AC 376 ms
132,048 KB
testcase_06 AC 374 ms
132,036 KB
testcase_07 AC 377 ms
132,100 KB
testcase_08 AC 374 ms
131,968 KB
testcase_09 AC 379 ms
132,080 KB
testcase_10 AC 383 ms
132,032 KB
testcase_11 AC 381 ms
132,036 KB
testcase_12 AC 378 ms
131,760 KB
testcase_13 AC 381 ms
132,092 KB
testcase_14 AC 381 ms
132,024 KB
testcase_15 AC 383 ms
132,100 KB
testcase_16 AC 381 ms
132,068 KB
testcase_17 AC 381 ms
132,176 KB
testcase_18 AC 374 ms
132,032 KB
testcase_19 AC 376 ms
132,132 KB
testcase_20 AC 376 ms
132,068 KB
testcase_21 AC 382 ms
132,072 KB
testcase_22 AC 378 ms
132,252 KB
testcase_23 AC 380 ms
132,136 KB
testcase_24 AC 379 ms
132,144 KB
testcase_25 AC 380 ms
132,136 KB
testcase_26 AC 378 ms
132,096 KB
testcase_27 AC 380 ms
132,072 KB
testcase_28 AC 372 ms
132,072 KB
testcase_29 AC 381 ms
132,168 KB
testcase_30 AC 381 ms
131,824 KB
testcase_31 AC 375 ms
132,300 KB
testcase_32 AC 383 ms
132,064 KB
testcase_33 AC 380 ms
132,140 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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