結果

問題 No.397 NO MORE KADOMATSU
ユーザー koba-e964koba-e964
提出日時 2016-08-09 03:03:11
言語 Ruby
(3.3.0)
結果
AC  
実行時間 142 ms / 2,000 ms
コード長 130 bytes
コンパイル時間 54 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 29,408 KB
平均クエリ数 936.56
最終ジャッジ日時 2024-07-17 00:18:02
合計ジャッジ時間 3,586 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 126 ms
28,896 KB
testcase_01 AC 119 ms
28,640 KB
testcase_02 AC 116 ms
28,384 KB
testcase_03 AC 116 ms
29,024 KB
testcase_04 AC 116 ms
28,768 KB
testcase_05 AC 119 ms
29,152 KB
testcase_06 AC 121 ms
28,384 KB
testcase_07 AC 125 ms
28,896 KB
testcase_08 AC 114 ms
28,544 KB
testcase_09 AC 111 ms
28,768 KB
testcase_10 AC 142 ms
29,280 KB
testcase_11 AC 113 ms
28,896 KB
testcase_12 AC 123 ms
29,024 KB
testcase_13 AC 129 ms
29,272 KB
testcase_14 AC 132 ms
29,152 KB
testcase_15 AC 128 ms
29,408 KB
testcase_16 AC 111 ms
28,624 KB
testcase_17 AC 112 ms
28,624 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets
b=u=[]
gets.split.map{|q|v=q.to_i;s=b.size;i=b.index{|k|k>v}||s;u+=(-s...-i).map{|t|[~t,-t]*' '};b[i...i]=v;};p u.size;puts u
0