<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>dodosu</author_name>
  <author_url>https://blog.hatena.ne.jp/dodosu/</author_url>
  <blog_title>okinawa</blog_title>
  <blog_url>https://dodosu.hatenablog.jp/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
  </categories>
  <description>この問題が解けなかったので、再帰関数を勉強した。⇩ atcoder.jp 参考サイト 多重for文 再帰関数の使い所 全探索・順列全探索・組合せ全探索を再帰関数で書いてみた 処理の流れイメージ 再帰処理のスレッドとは？ ABC302-C Almost Equalの解答 組合せ全探索の例題 参考サイト drken1215.hatenablog.com qiita.com 多重for文 全通り。順列。組合せ。 この3つを再帰関数で作りたい。 //重複あり全探索。3*3*3＝27通り for (int i = 0; i &lt; 3; i++) { for (int j = 0; j &lt; 3; j++) …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fdodosu.hatenablog.jp%2Fentry%2F2023%2F05%2F23%2F211601&quot; title=&quot;多重for文を再帰関数で書く - okinawa&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>https://cdn-ak.f.st-hatena.com/images/fotolife/d/dodosu/20230523/20230523211033.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2023-05-23 21:16:01</published>
  <title>多重for文を再帰関数で書く</title>
  <type>rich</type>
  <url>https://dodosu.hatenablog.jp/entry/2023/05/23/211601</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
