結果

問題 No.930 数列圧縮
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 19:43:41
言語 Ruby
(3.3.0)
結果
AC  
実行時間 276 ms / 2,000 ms
コード長 104 bytes
コンパイル時間 225 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 28,528 KB
最終ジャッジ日時 2024-07-21 20:58:22
合計ジャッジ時間 6,584 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 87 ms
12,160 KB
testcase_01 AC 90 ms
12,288 KB
testcase_02 AC 86 ms
12,288 KB
testcase_03 AC 92 ms
12,160 KB
testcase_04 AC 87 ms
12,160 KB
testcase_05 AC 91 ms
12,288 KB
testcase_06 AC 89 ms
12,288 KB
testcase_07 AC 92 ms
13,312 KB
testcase_08 AC 215 ms
24,960 KB
testcase_09 AC 237 ms
25,600 KB
testcase_10 AC 206 ms
23,936 KB
testcase_11 AC 214 ms
25,216 KB
testcase_12 AC 246 ms
25,856 KB
testcase_13 AC 131 ms
21,760 KB
testcase_14 AC 151 ms
23,680 KB
testcase_15 AC 268 ms
28,356 KB
testcase_16 AC 272 ms
28,248 KB
testcase_17 AC 273 ms
28,384 KB
testcase_18 AC 263 ms
28,528 KB
testcase_19 AC 274 ms
28,372 KB
testcase_20 AC 269 ms
28,488 KB
testcase_21 AC 266 ms
28,376 KB
testcase_22 AC 87 ms
12,288 KB
testcase_23 AC 276 ms
28,272 KB
testcase_24 AC 85 ms
12,416 KB
testcase_25 AC 85 ms
12,416 KB
testcase_26 AC 86 ms
12,416 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:4: warning: `*' interpreted as argument prefix
Syntax OK

ソースコード

diff #

eval"N,A,*B,C="+`dd`.split*?,
A>C&&puts(:No)+exit
puts :Yes
p *B.select{A<_1}+B.reverse.select{A>_1}+[A]
0