結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 20:30:26
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 1,017 ms / 2,000 ms
コード長 89 bytes
コンパイル時間 365 ms
コンパイル使用メモリ 142,488 KB
実行使用メモリ 165,008 KB
最終ジャッジ日時 2024-07-21 21:05:05
合計ジャッジ時間 19,729 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 398 ms
145,120 KB
testcase_01 AC 400 ms
145,148 KB
testcase_02 AC 394 ms
145,264 KB
testcase_03 AC 409 ms
145,652 KB
testcase_04 AC 407 ms
145,076 KB
testcase_05 AC 433 ms
149,744 KB
testcase_06 AC 395 ms
144,624 KB
testcase_07 AC 436 ms
147,612 KB
testcase_08 AC 722 ms
158,048 KB
testcase_09 AC 810 ms
160,600 KB
testcase_10 AC 738 ms
153,076 KB
testcase_11 AC 721 ms
156,056 KB
testcase_12 AC 786 ms
159,712 KB
testcase_13 AC 508 ms
146,208 KB
testcase_14 AC 518 ms
148,052 KB
testcase_15 AC 930 ms
165,008 KB
testcase_16 AC 1,017 ms
160,056 KB
testcase_17 AC 897 ms
162,996 KB
testcase_18 AC 888 ms
164,568 KB
testcase_19 AC 842 ms
160,968 KB
testcase_20 AC 856 ms
162,784 KB
testcase_21 AC 853 ms
161,752 KB
testcase_22 AC 400 ms
144,884 KB
testcase_23 AC 947 ms
163,048 KB
testcase_24 AC 387 ms
144,884 KB
testcase_25 AC 382 ms
144,884 KB
testcase_26 AC 394 ms
144,868 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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