結果

問題 No.556 仁義なきサルたち
ユーザー letrangerjpletrangerjp
提出日時 2017-11-02 07:13:34
言語 Ruby
(3.3.0)
結果
AC  
実行時間 411 ms / 2,000 ms
コード長 172 bytes
コンパイル時間 39 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 14,848 KB
最終ジャッジ日時 2024-05-02 02:29:08
合計ジャッジ時間 4,454 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 78 ms
12,160 KB
testcase_01 AC 78 ms
12,160 KB
testcase_02 AC 76 ms
12,160 KB
testcase_03 AC 75 ms
12,160 KB
testcase_04 AC 77 ms
12,160 KB
testcase_05 AC 77 ms
12,160 KB
testcase_06 AC 79 ms
12,416 KB
testcase_07 AC 88 ms
12,288 KB
testcase_08 AC 84 ms
12,416 KB
testcase_09 AC 85 ms
12,288 KB
testcase_10 AC 98 ms
12,800 KB
testcase_11 AC 106 ms
14,080 KB
testcase_12 AC 109 ms
13,952 KB
testcase_13 AC 92 ms
13,184 KB
testcase_14 AC 164 ms
14,464 KB
testcase_15 AC 207 ms
14,720 KB
testcase_16 AC 169 ms
14,592 KB
testcase_17 AC 260 ms
14,720 KB
testcase_18 AC 396 ms
14,592 KB
testcase_19 AC 408 ms
14,848 KB
testcase_20 AC 400 ms
14,720 KB
testcase_21 AC 411 ms
14,848 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:7: warning: `*' interpreted as argument prefix
Main.rb:2: warning: assigned but unused variable - z
Syntax OK

ソースコード

diff #

n=*0..N=gets.to_i
z=[1]*-~N
r=->i{i==n[i]?i:r[n[i]]}
$<.map{|s|eval"z[c=r[%d]]<z[d=r[%d]]||z[c]==z[d]&&c>d||(c,d=d,c)
n[c]=n[d]
c==d||z[d]+=z[c]"%s.split}
p *(1..N).map(&r)
0