結果

問題 No.156 キャンディー・ボックス
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 17:49:40
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 47 bytes
コンパイル時間 400 ms
コンパイル使用メモリ 119,964 KB
実行使用メモリ 131,820 KB
最終ジャッジ日時 2023-09-28 02:22:06
合計ジャッジ時間 13,670 ms
ジャッジサーバーID
(参考情報)
judge12 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 AC 344 ms
131,612 KB
testcase_02 AC 346 ms
131,360 KB
testcase_03 AC 344 ms
131,372 KB
testcase_04 AC 340 ms
131,632 KB
testcase_05 AC 347 ms
131,664 KB
testcase_06 AC 348 ms
131,512 KB
testcase_07 AC 340 ms
131,488 KB
testcase_08 AC 343 ms
131,700 KB
testcase_09 AC 347 ms
131,704 KB
testcase_10 AC 342 ms
131,360 KB
testcase_11 AC 346 ms
131,484 KB
testcase_12 AC 348 ms
131,668 KB
testcase_13 AC 344 ms
131,612 KB
testcase_14 AC 367 ms
131,704 KB
testcase_15 AC 338 ms
131,620 KB
testcase_16 AC 340 ms
131,632 KB
testcase_17 AC 342 ms
131,368 KB
testcase_18 WA -
testcase_19 AC 344 ms
131,400 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 346 ms
131,820 KB
testcase_23 WA -
testcase_24 AC 342 ms
131,532 KB
testcase_25 AC 338 ms
131,548 KB
testcase_26 AC 341 ms
131,400 KB
testcase_27 AC 344 ms
131,532 KB
testcase_28 AC 343 ms
131,672 KB
testcase_29 AC 342 ms
131,520 KB
testcase_30 AC 345 ms
131,520 KB
testcase_31 AC 343 ms
131,324 KB
testcase_32 AC 345 ms
131,668 KB
testcase_33 AC 342 ms
131,516 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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