結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:52:07
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 393 ms / 2,000 ms
コード長 48 bytes
コンパイル時間 386 ms
コンパイル使用メモリ 119,784 KB
実行使用メモリ 135,552 KB
最終ジャッジ日時 2023-09-28 02:22:39
合計ジャッジ時間 15,068 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 388 ms
134,144 KB
testcase_01 AC 388 ms
133,724 KB
testcase_02 AC 393 ms
133,960 KB
testcase_03 AC 392 ms
133,620 KB
testcase_04 AC 384 ms
133,972 KB
testcase_05 AC 390 ms
133,756 KB
testcase_06 AC 387 ms
133,916 KB
testcase_07 AC 381 ms
133,868 KB
testcase_08 AC 385 ms
134,032 KB
testcase_09 AC 383 ms
133,856 KB
testcase_10 AC 390 ms
133,964 KB
testcase_11 AC 384 ms
135,552 KB
testcase_12 AC 388 ms
133,832 KB
testcase_13 AC 388 ms
133,732 KB
testcase_14 AC 389 ms
133,988 KB
testcase_15 AC 384 ms
133,704 KB
testcase_16 AC 384 ms
133,580 KB
testcase_17 AC 385 ms
133,632 KB
testcase_18 AC 379 ms
133,632 KB
testcase_19 AC 382 ms
133,760 KB
testcase_20 AC 380 ms
133,740 KB
testcase_21 AC 379 ms
133,800 KB
testcase_22 AC 383 ms
133,740 KB
testcase_23 AC 381 ms
133,836 KB
testcase_24 AC 381 ms
133,832 KB
testcase_25 AC 383 ms
133,588 KB
testcase_26 AC 384 ms
133,760 KB
testcase_27 AC 383 ms
133,872 KB
testcase_28 AC 385 ms
133,944 KB
testcase_29 AC 389 ms
133,824 KB
testcase_30 AC 387 ms
133,796 KB
testcase_31 AC 382 ms
133,952 KB
testcase_32 AC 381 ms
133,780 KB
testcase_33 AC 379 ms
133,540 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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