結果

問題 No.556 仁義なきサルたち
ユーザー letrangerjpletrangerjp
提出日時 2017-10-31 19:29:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 507 ms / 2,000 ms
コード長 174 bytes
コンパイル時間 57 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 15,104 KB
最終ジャッジ日時 2024-05-02 01:45:24
合計ジャッジ時間 5,607 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 105 ms
12,288 KB
testcase_01 AC 97 ms
12,288 KB
testcase_02 AC 101 ms
12,160 KB
testcase_03 AC 105 ms
12,160 KB
testcase_04 AC 100 ms
12,160 KB
testcase_05 AC 99 ms
12,160 KB
testcase_06 AC 102 ms
12,160 KB
testcase_07 AC 108 ms
12,288 KB
testcase_08 AC 108 ms
12,288 KB
testcase_09 AC 109 ms
12,416 KB
testcase_10 AC 131 ms
12,928 KB
testcase_11 AC 141 ms
13,824 KB
testcase_12 AC 136 ms
14,080 KB
testcase_13 AC 115 ms
12,928 KB
testcase_14 AC 203 ms
14,976 KB
testcase_15 AC 255 ms
14,848 KB
testcase_16 AC 216 ms
15,104 KB
testcase_17 AC 311 ms
15,104 KB
testcase_18 AC 475 ms
15,104 KB
testcase_19 AC 503 ms
14,976 KB
testcase_20 AC 495 ms
14,976 KB
testcase_21 AC 507 ms
15,104 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:6: 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)
c==d||(n[c]=n[d];z[d]+=z[c])"%s.split}
p *(1..N).map(&r)
0