結果

問題 No.482 あなたの名は
ユーザー mmmpppmmmppp
提出日時 2017-02-28 18:32:46
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 116 bytes
コンパイル時間 142 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 28,928 KB
最終ジャッジ日時 2024-06-12 00:20:10
合計ジャッジ時間 7,500 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 84 ms
12,288 KB
testcase_03 AC 88 ms
12,032 KB
testcase_04 WA -
testcase_05 AC 84 ms
12,288 KB
testcase_06 WA -
testcase_07 AC 84 ms
12,288 KB
testcase_08 AC 86 ms
12,288 KB
testcase_09 AC 85 ms
12,288 KB
testcase_10 AC 84 ms
12,288 KB
testcase_11 WA -
testcase_12 AC 86 ms
12,288 KB
testcase_13 AC 82 ms
12,288 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 259 ms
28,672 KB
testcase_17 AC 261 ms
28,800 KB
testcase_18 AC 257 ms
28,672 KB
testcase_19 WA -
testcase_20 AC 256 ms
28,672 KB
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 AC 256 ms
28,800 KB
testcase_27 AC 248 ms
28,544 KB
testcase_28 WA -
testcase_29 AC 254 ms
28,544 KB
testcase_30 AC 80 ms
12,288 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,k,*d=$<.read.split.map &:to_i
c=0
n.times{|i|o=i;(o>i&&c+=1;d[o],o=p,i-1)while i=d[o]}
puts c>k||c+k&1>0?:NO:'YES'
0