<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>saguh</author_name>
  <author_url>https://blog.hatena.ne.jp/saguh/</author_url>
  <blog_title>塩見周子の徒然日記</blog_title>
  <blog_url>https://tooh.hatenadiary.jp/</blog_url>
  <categories>
    <anon>精進(python3)</anon>
  </categories>
  <description>ハミルトン閉路が存在するか判定する問題。入力は、 n m x_1 y_1 x_2 y_2 ... ... x_m y_m で与えられる。（nは頂点数、mは辺の数。x_i,y_iは頂点x_iとy_iを結ぶ辺が存在することを表す） #合ってるコード(しかしこれもn=15くらいだと落ちるね......) n,m = map(int,input().split()) edge = [] for i in range(n): T = [0]*n edge.append(T) for i in range(m): x,y = map(int,input().split()) edge[x][y] = 1 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftooh.hatenadiary.jp%2Fentry%2F2020%2F08%2F08%2F205904&quot; title=&quot;Pythonの深さ優先探索で失敗した話 - 塩見周子の徒然日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-08-08 20:59:04</published>
  <title>Pythonの深さ優先探索で失敗した話</title>
  <type>rich</type>
  <url>https://tooh.hatenadiary.jp/entry/2020/08/08/205904</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
