結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:24:45
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 999 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 478 ms
コンパイル使用メモリ 143,304 KB
実行使用メモリ 157,820 KB
最終ジャッジ日時 2024-07-21 21:04:29
合計ジャッジ時間 19,296 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 381 ms
138,000 KB
testcase_01 AC 391 ms
136,836 KB
testcase_02 AC 386 ms
137,676 KB
testcase_03 AC 396 ms
136,864 KB
testcase_04 AC 399 ms
138,256 KB
testcase_05 AC 417 ms
141,072 KB
testcase_06 AC 382 ms
137,456 KB
testcase_07 AC 420 ms
141,576 KB
testcase_08 AC 725 ms
151,236 KB
testcase_09 AC 767 ms
153,604 KB
testcase_10 AC 715 ms
148,252 KB
testcase_11 AC 707 ms
150,168 KB
testcase_12 AC 742 ms
153,352 KB
testcase_13 AC 499 ms
141,964 KB
testcase_14 AC 516 ms
140,224 KB
testcase_15 AC 999 ms
157,820 KB
testcase_16 AC 970 ms
155,088 KB
testcase_17 AC 872 ms
155,428 KB
testcase_18 AC 860 ms
156,772 KB
testcase_19 AC 831 ms
155,740 KB
testcase_20 AC 823 ms
155,944 KB
testcase_21 AC 813 ms
156,320 KB
testcase_22 AC 386 ms
137,764 KB
testcase_23 AC 901 ms
157,528 KB
testcase_24 AC 391 ms
137,612 KB
testcase_25 AC 369 ms
136,836 KB
testcase_26 AC 372 ms
137,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

get;$/=+<<words;put $0>$/[*-1]??"No"!!("Yes",$/[^(*-1)].grep(*>$0),$/.grep($0>=*).reverse)
0