結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:06:25
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,260 ms / 2,000 ms
コード長 93 bytes
コンパイル時間 519 ms
コンパイル使用メモリ 133,928 KB
実行使用メモリ 155,836 KB
最終ジャッジ日時 2024-07-21 21:02:19
合計ジャッジ時間 23,889 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 486 ms
136,144 KB
testcase_01 AC 506 ms
135,256 KB
testcase_02 AC 513 ms
135,256 KB
testcase_03 AC 507 ms
135,140 KB
testcase_04 AC 533 ms
135,260 KB
testcase_05 AC 565 ms
139,964 KB
testcase_06 AC 505 ms
135,260 KB
testcase_07 AC 552 ms
139,728 KB
testcase_08 AC 899 ms
148,760 KB
testcase_09 AC 942 ms
151,324 KB
testcase_10 AC 874 ms
146,332 KB
testcase_11 AC 877 ms
148,012 KB
testcase_12 AC 907 ms
150,488 KB
testcase_13 AC 631 ms
141,536 KB
testcase_14 AC 689 ms
140,236 KB
testcase_15 AC 1,135 ms
155,836 KB
testcase_16 AC 1,260 ms
153,588 KB
testcase_17 AC 1,101 ms
154,492 KB
testcase_18 AC 1,033 ms
155,352 KB
testcase_19 AC 953 ms
153,660 KB
testcase_20 AC 1,011 ms
153,308 KB
testcase_21 AC 1,057 ms
154,348 KB
testcase_22 AC 479 ms
136,272 KB
testcase_23 AC 1,089 ms
155,380 KB
testcase_24 AC 483 ms
136,268 KB
testcase_25 AC 496 ms
135,388 KB
testcase_26 AC 507 ms
136,008 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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