結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 364 ms
144,276 KB
testcase_02 AC 373 ms
144,312 KB
testcase_03 AC 369 ms
144,188 KB
testcase_04 AC 366 ms
144,184 KB
testcase_05 AC 360 ms
144,184 KB
testcase_06 AC 362 ms
144,316 KB
testcase_07 AC 384 ms
144,144 KB
testcase_08 AC 359 ms
144,148 KB
testcase_09 AC 354 ms
144,148 KB
testcase_10 AC 364 ms
144,572 KB
testcase_11 AC 362 ms
144,312 KB
testcase_12 AC 366 ms
144,272 KB
testcase_13 AC 355 ms
144,444 KB
testcase_14 AC 361 ms
144,188 KB
testcase_15 AC 370 ms
144,312 KB
testcase_16 AC 368 ms
144,308 KB
testcase_17 AC 366 ms
144,060 KB
testcase_18 WA -
testcase_19 AC 360 ms
144,056 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 364 ms
144,056 KB
testcase_23 WA -
testcase_24 AC 363 ms
144,184 KB
testcase_25 AC 358 ms
144,528 KB
testcase_26 AC 358 ms
144,400 KB
testcase_27 AC 363 ms
144,188 KB
testcase_28 AC 369 ms
144,324 KB
testcase_29 AC 361 ms
144,444 KB
testcase_30 AC 363 ms
144,056 KB
testcase_31 AC 364 ms
144,304 KB
testcase_32 AC 359 ms
144,444 KB
testcase_33 AC 360 ms
144,056 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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