結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:48:00
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 46 bytes
コンパイル時間 298 ms
コンパイル使用メモリ 122,232 KB
実行使用メモリ 133,708 KB
最終ジャッジ日時 2023-09-28 02:21:50
合計ジャッジ時間 15,293 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 379 ms
133,424 KB
testcase_02 AC 383 ms
133,584 KB
testcase_03 AC 379 ms
133,412 KB
testcase_04 AC 379 ms
133,460 KB
testcase_05 AC 380 ms
133,432 KB
testcase_06 AC 376 ms
133,528 KB
testcase_07 AC 377 ms
133,460 KB
testcase_08 AC 375 ms
133,412 KB
testcase_09 AC 382 ms
133,696 KB
testcase_10 AC 382 ms
133,568 KB
testcase_11 AC 378 ms
133,664 KB
testcase_12 AC 377 ms
133,696 KB
testcase_13 AC 380 ms
133,392 KB
testcase_14 AC 379 ms
133,424 KB
testcase_15 AC 383 ms
133,420 KB
testcase_16 AC 376 ms
133,496 KB
testcase_17 AC 382 ms
133,540 KB
testcase_18 WA -
testcase_19 AC 374 ms
133,440 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 385 ms
133,592 KB
testcase_23 WA -
testcase_24 AC 379 ms
133,704 KB
testcase_25 AC 382 ms
133,528 KB
testcase_26 AC 377 ms
133,532 KB
testcase_27 AC 383 ms
133,628 KB
testcase_28 AC 376 ms
133,468 KB
testcase_29 AC 381 ms
133,436 KB
testcase_30 AC 379 ms
133,616 KB
testcase_31 AC 381 ms
133,680 KB
testcase_32 AC 381 ms
133,536 KB
testcase_33 AC 381 ms
133,708 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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