結果

問題 No.5 数字のブロック
ユーザー %20%20
提出日時 2017-09-15 17:22:57
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 549 ms / 5,000 ms
コード長 82 bytes
コンパイル時間 2,648 ms
コンパイル使用メモリ 135,304 KB
実行使用メモリ 149,756 KB
最終ジャッジ日時 2024-11-18 11:45:13
合計ジャッジ時間 15,419 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 340 ms
144,680 KB
testcase_01 AC 337 ms
144,288 KB
testcase_02 AC 322 ms
145,968 KB
testcase_03 AC 445 ms
148,012 KB
testcase_04 AC 433 ms
149,624 KB
testcase_05 AC 500 ms
149,496 KB
testcase_06 AC 451 ms
149,604 KB
testcase_07 AC 419 ms
149,592 KB
testcase_08 AC 441 ms
149,576 KB
testcase_09 AC 392 ms
149,404 KB
testcase_10 AC 512 ms
149,240 KB
testcase_11 AC 426 ms
149,368 KB
testcase_12 AC 466 ms
149,580 KB
testcase_13 AC 480 ms
149,140 KB
testcase_14 AC 345 ms
146,328 KB
testcase_15 AC 368 ms
146,072 KB
testcase_16 AC 504 ms
149,392 KB
testcase_17 AC 540 ms
149,100 KB
testcase_18 AC 530 ms
149,656 KB
testcase_19 AC 549 ms
149,528 KB
testcase_20 AC 341 ms
146,452 KB
testcase_21 AC 343 ms
146,068 KB
testcase_22 AC 340 ms
146,068 KB
testcase_23 AC 337 ms
145,840 KB
testcase_24 AC 354 ms
146,328 KB
testcase_25 AC 354 ms
146,200 KB
testcase_26 AC 331 ms
146,456 KB
testcase_27 AC 333 ms
146,452 KB
testcase_28 AC 328 ms
146,200 KB
testcase_29 AC 470 ms
149,756 KB
testcase_30 AC 403 ms
149,260 KB
testcase_31 AC 348 ms
146,328 KB
testcase_32 AC 329 ms
146,456 KB
testcase_33 AC 339 ms
146,328 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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