<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Blue_S</author_name>
  <author_url>https://blog.hatena.ne.jp/Blue_S/</author_url>
  <blog_title>競プロ解法まとめ</blog_title>
  <blog_url>https://blue-s.hatenadiary.com/</blog_url>
  <categories>
  </categories>
  <description>すみません。人からライブラリを拝借して一旦終わります。 理解できないですこれ。 // ---------- begin scc ---------- pub fn strongly_connected_components&lt;G, I&gt;(size: usize, graph: G) -&gt; (usize, Vec&lt;usize&gt;) where G: Fn(usize) -&gt; I, I: Iterator&lt;Item = usize&gt;, { let mut ord = vec![0; size]; let mut res = vec![0; size]; let mut vertex = vec![];…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblue-s.hatenadiary.com%2Fentry%2F2023%2F10%2F30%2F185916&quot; title=&quot;強連結成分分解 - 競プロ解法まとめ&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>2023-10-30 18:59:16</published>
  <title>強連結成分分解</title>
  <type>rich</type>
  <url>https://blue-s.hatenadiary.com/entry/2023/10/30/185916</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
