結果

問題 No.5 数字のブロック
ユーザー %20%20
提出日時 2017-09-15 17:22:57
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 666 ms / 5,000 ms
コード長 82 bytes
コンパイル時間 1,874 ms
コンパイル使用メモリ 127,536 KB
実行使用メモリ 143,036 KB
最終ジャッジ日時 2024-04-29 09:23:54
合計ジャッジ時間 20,023 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 417 ms
136,228 KB
testcase_01 AC 416 ms
136,484 KB
testcase_02 AC 415 ms
136,228 KB
testcase_03 AC 565 ms
141,072 KB
testcase_04 AC 540 ms
140,688 KB
testcase_05 AC 604 ms
140,916 KB
testcase_06 AC 538 ms
141,076 KB
testcase_07 AC 531 ms
139,908 KB
testcase_08 AC 559 ms
140,788 KB
testcase_09 AC 480 ms
139,384 KB
testcase_10 AC 626 ms
141,448 KB
testcase_11 AC 523 ms
140,164 KB
testcase_12 AC 567 ms
141,064 KB
testcase_13 AC 597 ms
141,072 KB
testcase_14 AC 424 ms
136,100 KB
testcase_15 AC 429 ms
136,228 KB
testcase_16 AC 613 ms
141,064 KB
testcase_17 AC 649 ms
141,320 KB
testcase_18 AC 633 ms
143,036 KB
testcase_19 AC 666 ms
141,188 KB
testcase_20 AC 414 ms
136,096 KB
testcase_21 AC 416 ms
136,100 KB
testcase_22 AC 411 ms
135,972 KB
testcase_23 AC 416 ms
135,972 KB
testcase_24 AC 432 ms
135,972 KB
testcase_25 AC 436 ms
136,228 KB
testcase_26 AC 416 ms
136,120 KB
testcase_27 AC 416 ms
135,992 KB
testcase_28 AC 418 ms
136,864 KB
testcase_29 AC 530 ms
140,948 KB
testcase_30 AC 485 ms
139,272 KB
testcase_31 AC 412 ms
136,352 KB
testcase_32 AC 418 ms
136,480 KB
testcase_33 AC 412 ms
136,352 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my$L=get;
get;
my$z=0;
$_>$L or$L-=$_,$z++for get.words.sort:{$^a <=>$^b};
say $z
0