結果

問題 No.482 あなたの名は
ユーザー mmmpppmmmppp
提出日時 2017-02-13 19:33:24
言語 Ruby
(3.4.1)
結果
WA  
実行時間 -
コード長 123 bytes
コンパイル時間 300 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 27,008 KB
最終ジャッジ日時 2024-12-29 19:04:31
合計ジャッジ時間 6,244 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 95 ms
12,032 KB
testcase_03 AC 99 ms
12,032 KB
testcase_04 WA -
testcase_05 AC 97 ms
12,160 KB
testcase_06 WA -
testcase_07 AC 100 ms
12,160 KB
testcase_08 AC 99 ms
12,288 KB
testcase_09 AC 98 ms
12,032 KB
testcase_10 AC 94 ms
12,032 KB
testcase_11 WA -
testcase_12 AC 98 ms
12,160 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 204 ms
26,880 KB
testcase_17 AC 201 ms
26,752 KB
testcase_18 AC 200 ms
26,880 KB
testcase_19 WA -
testcase_20 AC 201 ms
27,008 KB
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 WA -
testcase_25 WA -
testcase_26 AC 198 ms
26,880 KB
testcase_27 AC 196 ms
26,880 KB
testcase_28 WA -
testcase_29 AC 190 ms
26,880 KB
testcase_30 AC 93 ms
11,904 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,k,*d=$<.read.split.map &:to_i
c=0
n.times{|i|d[i]==m=i+1||(c+=1;d[d.index m],d[i]=d[i],m)}
puts c<=k&&1&(k^c)<1?:YES: :NO
0