結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:24:45
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,091 ms / 2,000 ms
コード長 90 bytes
コンパイル時間 356 ms
コンパイル使用メモリ 118,936 KB
実行使用メモリ 154,544 KB
最終ジャッジ日時 2023-09-29 02:16:49
合計ジャッジ時間 21,525 ms
ジャッジサーバーID
(参考情報)
judge11 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 439 ms
134,164 KB
testcase_01 AC 442 ms
134,524 KB
testcase_02 AC 437 ms
134,156 KB
testcase_03 AC 454 ms
134,684 KB
testcase_04 AC 454 ms
134,568 KB
testcase_05 AC 481 ms
134,860 KB
testcase_06 AC 441 ms
134,052 KB
testcase_07 AC 487 ms
136,640 KB
testcase_08 AC 784 ms
147,460 KB
testcase_09 AC 878 ms
148,968 KB
testcase_10 AC 779 ms
142,760 KB
testcase_11 AC 785 ms
143,932 KB
testcase_12 AC 836 ms
145,904 KB
testcase_13 AC 558 ms
134,192 KB
testcase_14 AC 581 ms
136,232 KB
testcase_15 AC 994 ms
153,468 KB
testcase_16 AC 1,091 ms
151,084 KB
testcase_17 AC 979 ms
151,660 KB
testcase_18 AC 973 ms
154,544 KB
testcase_19 AC 935 ms
150,952 KB
testcase_20 AC 929 ms
152,552 KB
testcase_21 AC 923 ms
152,288 KB
testcase_22 AC 439 ms
132,012 KB
testcase_23 AC 998 ms
149,252 KB
testcase_24 AC 441 ms
134,180 KB
testcase_25 AC 431 ms
133,952 KB
testcase_26 AC 439 ms
133,800 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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