結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:48:00
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 46 bytes
コンパイル時間 301 ms
コンパイル使用メモリ 134,384 KB
実行使用メモリ 145,676 KB
最終ジャッジ日時 2024-07-20 20:59:11
合計ジャッジ時間 14,254 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 364 ms
144,300 KB
testcase_02 AC 361 ms
144,296 KB
testcase_03 AC 356 ms
145,544 KB
testcase_04 AC 349 ms
145,288 KB
testcase_05 AC 352 ms
145,164 KB
testcase_06 AC 359 ms
145,544 KB
testcase_07 AC 355 ms
145,288 KB
testcase_08 AC 370 ms
141,656 KB
testcase_09 AC 363 ms
144,296 KB
testcase_10 AC 359 ms
141,388 KB
testcase_11 AC 367 ms
141,388 KB
testcase_12 AC 364 ms
141,656 KB
testcase_13 AC 365 ms
141,400 KB
testcase_14 AC 365 ms
142,636 KB
testcase_15 AC 362 ms
141,780 KB
testcase_16 AC 372 ms
141,644 KB
testcase_17 AC 365 ms
141,644 KB
testcase_18 WA -
testcase_19 AC 365 ms
145,420 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 361 ms
144,300 KB
testcase_23 WA -
testcase_24 AC 367 ms
141,772 KB
testcase_25 AC 361 ms
141,516 KB
testcase_26 AC 361 ms
141,656 KB
testcase_27 AC 366 ms
141,780 KB
testcase_28 AC 360 ms
141,400 KB
testcase_29 AC 368 ms
141,772 KB
testcase_30 AC 368 ms
141,512 KB
testcase_31 AC 371 ms
141,644 KB
testcase_32 AC 373 ms
141,384 KB
testcase_33 AC 366 ms
141,908 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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