結果

問題 No.763 Noelちゃんと木遊び
ユーザー cielciel
提出日時 2018-12-12 00:48:50
言語 Ruby
(3.3.0)
結果
AC  
実行時間 522 ms / 2,000 ms
コード長 226 bytes
コンパイル時間 228 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 131,072 KB
最終ジャッジ日時 2024-09-24 17:37:44
合計ジャッジ時間 9,037 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 522 ms
131,072 KB
testcase_01 AC 251 ms
18,688 KB
testcase_02 AC 380 ms
27,904 KB
testcase_03 AC 300 ms
21,248 KB
testcase_04 AC 258 ms
19,200 KB
testcase_05 AC 295 ms
20,736 KB
testcase_06 AC 437 ms
28,672 KB
testcase_07 AC 420 ms
28,544 KB
testcase_08 AC 313 ms
20,864 KB
testcase_09 AC 258 ms
19,200 KB
testcase_10 AC 202 ms
14,080 KB
testcase_11 AC 446 ms
28,800 KB
testcase_12 AC 407 ms
28,416 KB
testcase_13 AC 407 ms
28,160 KB
testcase_14 AC 379 ms
27,136 KB
testcase_15 AC 301 ms
20,736 KB
testcase_16 AC 178 ms
13,568 KB
testcase_17 AC 305 ms
20,608 KB
testcase_18 AC 441 ms
28,672 KB
testcase_19 AC 409 ms
28,160 KB
testcase_20 AC 417 ms
28,160 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

ENV[Z='RUBY_THREAD_VM_STACK_SIZE']||exec({Z=>?5*8},'ruby',$0)
h=Hash.new{|h,k|h[k]=[]}
v={}
r=0
f=->j{a=true;v[j]=1;h[j].each{|e|!v[e]&&f[e]&&a=false};a&&r+=1;a}
gets;$<.each{|e|a,b=e.split.map &:to_i;h[a]<<b;h[b]<<a}
f[1];p r
0