<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiwawa_star</author_name>
  <author_url>https://blog.hatena.ne.jp/chiwawa_star/</author_url>
  <blog_title>C++競プロ学習日記(仮)</blog_title>
  <blog_url>https://chiwawa-star.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
    <anon>深さ優先探索(DFS)</anon>
    <anon>競プロ</anon>
    <anon>競プロメモ</anon>
  </categories>
  <description>深さ優先探索(DFS)を勉強中で、DFSを使って解ける優しめ問題という事で、 整数の和 | Aizu Online Judge を解きました。＜題意＞ 0 〜 9 の数字から異なる数をN個取り出して、和がSとなる組み合わせが何個あるか出力する #include &lt;bits/stdc++.h&gt; using namespace std; struct cww{cww(){ios::sync_with_stdio(false);cin.tie(0);}}star; // i --&gt; 0 - 9までの数字 // sum --&gt; 合計値 // cnt --&gt; 和がSとなる組み合わせの数 // total…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiwawa-star.hatenablog.com%2Fentry%2F2016%2F10%2F29%2F172901&quot; title=&quot;Sum of Integers｜AOJ｜深さ優先探索(DFS) - C++競プロ学習日記(仮)&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>2016-10-29 17:29:01</published>
  <title>Sum of Integers｜AOJ｜深さ優先探索(DFS)</title>
  <type>rich</type>
  <url>https://chiwawa-star.hatenablog.com/entry/2016/10/29/172901</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
