結果

問題 No.10 +か×か
ユーザー syarosyaro
提出日時 2016-01-17 09:56:11
言語 Ruby
(3.3.0)
結果
AC  
実行時間 2,381 ms / 5,000 ms
コード長 176 bytes
コンパイル時間 81 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 54,144 KB
最終ジャッジ日時 2024-05-08 11:50:01
合計ジャッジ時間 10,353 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 84 ms
12,160 KB
testcase_01 AC 84 ms
12,160 KB
testcase_02 AC 78 ms
12,160 KB
testcase_03 AC 2,359 ms
54,144 KB
testcase_04 AC 1,562 ms
40,320 KB
testcase_05 AC 77 ms
12,288 KB
testcase_06 AC 2,381 ms
53,888 KB
testcase_07 AC 1,567 ms
40,320 KB
testcase_08 AC 507 ms
21,760 KB
testcase_09 AC 831 ms
27,904 KB
testcase_10 AC 87 ms
14,080 KB
testcase_11 AC 81 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

eval"N,T,*A="+gets(p).split*?,
d=*[p]*N-=1,[p]*T+[1]
N.downto(1){|i|d[i-1]=(0..T).map{|j|d[i][j+A[i]]?0:d[i][j*A[i]]?1:p}}
v,*a=A
a.zip(d){|b,e|$><<"+*"[j=e[v]];v=[v+b,v*b][j]}
0