結果

問題 No.763 Noelちゃんと木遊び
ユーザー cielciel
提出日時 2021-07-31 09:52:58
言語 Ruby
(3.3.0)
結果
AC  
実行時間 559 ms / 2,000 ms
コード長 226 bytes
コンパイル時間 44 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 131,328 KB
最終ジャッジ日時 2024-09-16 09:10:09
合計ジャッジ時間 9,548 ms
ジャッジサーバーID
(参考情報)
judge6 / judge2
外部呼び出し有り
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 559 ms
131,328 KB
testcase_01 AC 274 ms
18,560 KB
testcase_02 AC 412 ms
28,160 KB
testcase_03 AC 338 ms
21,248 KB
testcase_04 AC 285 ms
19,328 KB
testcase_05 AC 323 ms
20,736 KB
testcase_06 AC 494 ms
28,800 KB
testcase_07 AC 461 ms
28,544 KB
testcase_08 AC 333 ms
20,864 KB
testcase_09 AC 277 ms
19,328 KB
testcase_10 AC 215 ms
14,208 KB
testcase_11 AC 481 ms
28,800 KB
testcase_12 AC 434 ms
28,544 KB
testcase_13 AC 432 ms
28,160 KB
testcase_14 AC 404 ms
27,264 KB
testcase_15 AC 320 ms
20,736 KB
testcase_16 AC 200 ms
13,696 KB
testcase_17 AC 328 ms
20,608 KB
testcase_18 AC 466 ms
28,928 KB
testcase_19 AC 431 ms
28,160 KB
testcase_20 AC 438 ms
28,288 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