結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:11:35
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 991 ms / 2,000 ms
コード長 92 bytes
コンパイル時間 2,602 ms
コンパイル使用メモリ 145,168 KB
実行使用メモリ 164,440 KB
最終ジャッジ日時 2024-07-21 21:03:11
合計ジャッジ時間 19,186 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 392 ms
144,380 KB
testcase_01 AC 391 ms
145,424 KB
testcase_02 AC 394 ms
143,904 KB
testcase_03 AC 392 ms
144,484 KB
testcase_04 AC 401 ms
145,260 KB
testcase_05 AC 417 ms
149,440 KB
testcase_06 AC 381 ms
144,380 KB
testcase_07 AC 418 ms
147,576 KB
testcase_08 AC 719 ms
156,092 KB
testcase_09 AC 804 ms
160,444 KB
testcase_10 AC 693 ms
151,652 KB
testcase_11 AC 731 ms
156,344 KB
testcase_12 AC 773 ms
160,272 KB
testcase_13 AC 489 ms
147,328 KB
testcase_14 AC 516 ms
147,136 KB
testcase_15 AC 883 ms
164,440 KB
testcase_16 AC 991 ms
160,420 KB
testcase_17 AC 876 ms
161,944 KB
testcase_18 AC 893 ms
164,288 KB
testcase_19 AC 840 ms
160,696 KB
testcase_20 AC 856 ms
163,276 KB
testcase_21 AC 854 ms
161,676 KB
testcase_22 AC 384 ms
144,508 KB
testcase_23 AC 902 ms
163,508 KB
testcase_24 AC 384 ms
143,764 KB
testcase_25 AC 376 ms
144,116 KB
testcase_26 AC 383 ms
144,472 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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