結果

問題 No.359 門松行列
ユーザー syarosyaro
提出日時 2017-12-01 20:44:44
言語 Ruby
(3.3.0)
結果
AC  
実行時間 157 ms / 2,000 ms
コード長 317 bytes
コンパイル時間 121 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 13,184 KB
最終ジャッジ日時 2024-05-05 21:23:22
合計ジャッジ時間 3,023 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 86 ms
12,160 KB
testcase_01 AC 87 ms
12,288 KB
testcase_02 AC 92 ms
12,288 KB
testcase_03 AC 133 ms
12,928 KB
testcase_04 AC 110 ms
12,928 KB
testcase_05 AC 141 ms
13,184 KB
testcase_06 AC 100 ms
12,672 KB
testcase_07 AC 129 ms
13,056 KB
testcase_08 AC 157 ms
13,184 KB
testcase_09 AC 148 ms
13,056 KB
testcase_10 AC 154 ms
13,056 KB
testcase_11 AC 142 ms
13,056 KB
testcase_12 AC 139 ms
13,184 KB
testcase_13 AC 154 ms
13,184 KB
testcase_14 AC 150 ms
12,928 KB
testcase_15 AC 118 ms
13,184 KB
testcase_16 AC 151 ms
13,184 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets.to_i.times{eval"L,*A="+$<.take(4).join.split*?,;x,y=g=(0..8).select{|i|A[i]<1};q=->a{A[y]=L-A[x]=a;0<a&&a<L&&[[i=0,3,6],[2],0..2,[0]].all?{|k|i+=1;k.all?{|k|k=A.values_at k,k+=i,k+i;k.sort[1]!=k[1]&&k|[]==k}}};A<<L/2;A.map{|a|-1.upto(1){|i|g<<a+i<<L-a+i}};v=a=0;g.sort.map{|b|v+=q[a]&&q[b]?b-a:q[b]?1:0;a=b};p v}
0