<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>inamori</author_name>
  <author_url>https://blog.hatena.ne.jp/inamori/</author_url>
  <blog_title>inamori’s diary</blog_title>
  <blog_url>https://inamori.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>https://atcoder.jp/contests/abc454/tasks/abc454_c有向グラフを1から辿るだけですが、Rでグラフをふつうに作る全然時間が足りません。そこでノードの隣のノードの配列をリストにします。こうすると時間内に収まります。 v &lt;- scan(&quot;stdin&quot;, integer()) N &lt;- v[1] M &lt;- v[2] edges &lt;- v[3:(M*2+2)] # グラフを作る # [隣のノード、次の隣のノードのindex. ...] graph &lt;- rep(-1, M*2+N*2) # 今の隣のノードの末尾のindex ps &lt;- 1:N*2-1 p …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Finamori.hateblo.jp%2Fentry%2F2026%2F05%2F07%2F074830&quot; title=&quot;AtCoder Beginner Contest 454 C - inamori’s diary&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>2026-05-07 07:48:30</published>
  <title>AtCoder Beginner Contest 454 C</title>
  <type>rich</type>
  <url>https://inamori.hateblo.jp/entry/2026/05/07/074830</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
