結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:03:58
言語 Raku
(rakudo v2023.09)
結果
WA  
実行時間 -
コード長 93 bytes
コンパイル時間 496 ms
コンパイル使用メモリ 122,384 KB
実行使用メモリ 153,316 KB
最終ジャッジ日時 2023-09-29 02:14:31
合計ジャッジ時間 22,074 ms
ジャッジサーバーID
(参考情報)
judge12 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 AC 430 ms
132,496 KB
testcase_06 AC 395 ms
132,088 KB
testcase_07 AC 432 ms
132,560 KB
testcase_08 WA -
testcase_09 AC 823 ms
151,296 KB
testcase_10 AC 735 ms
140,816 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 520 ms
132,292 KB
testcase_14 AC 537 ms
134,248 KB
testcase_15 WA -
testcase_16 AC 1,030 ms
151,048 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 WA -
testcase_21 WA -
testcase_22 AC 406 ms
131,516 KB
testcase_23 WA -
testcase_24 AC 407 ms
132,132 KB
testcase_25 AC 399 ms
131,968 KB
testcase_26 AC 404 ms
132,104 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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