結果

問題 No.629 グラフの中に眠る門松列
ユーザー cielciel
提出日時 2018-01-08 18:57:24
言語 Ruby
(3.4.1)
結果
WA  
実行時間 -
コード長 204 bytes
コンパイル時間 125 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-12-23 12:23:58
合計ジャッジ時間 4,847 ms
ジャッジサーバーID
(参考情報)
judge4 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
12,160 KB
testcase_01 AC 79 ms
12,160 KB
testcase_02 AC 77 ms
12,160 KB
testcase_03 AC 76 ms
12,160 KB
testcase_04 AC 77 ms
12,160 KB
testcase_05 WA -
testcase_06 AC 80 ms
12,288 KB
testcase_07 AC 79 ms
12,160 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 AC 82 ms
12,288 KB
testcase_11 AC 79 ms
12,288 KB
testcase_12 AC 77 ms
12,160 KB
testcase_13 WA -
testcase_14 AC 77 ms
12,160 KB
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 79 ms
12,160 KB
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 84 ms
12,416 KB
testcase_25 AC 87 ms
12,544 KB
testcase_26 AC 85 ms
12,544 KB
testcase_27 WA -
testcase_28 AC 77 ms
12,288 KB
testcase_29 AC 83 ms
12,544 KB
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 85 ms
12,672 KB
testcase_33 AC 84 ms
12,416 KB
testcase_34 AC 83 ms
12,672 KB
testcase_35 AC 85 ms
12,416 KB
testcase_36 WA -
testcase_37 AC 83 ms
12,416 KB
testcase_38 WA -
testcase_39 WA -
testcase_40 AC 84 ms
12,288 KB
testcase_41 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:1: warning: assigned but unused variable - n
Main.rb:1: warning: assigned but unused variable - m
Syntax OK

ソースコード

diff #
プレゼンテーションモードにする

(n,m),a,*q=$<.map{|e|e.split.map &:to_i}
h=Hash.new{|h,k|h[k]=[]}
q.each{|u,v|h[u-1]<<v-1;h[v-1]<<u-1}
puts h.any?{|k,v|
x=y=0
v.each{|e|
x+=1 if a[k]<a[e]
y+=1 if a[k]>a[e]
}
x*y>0
} ? :YES : :NO
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
0