<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atetubou</author_name>
  <author_url>https://blog.hatena.ne.jp/atetubou/</author_url>
  <blog_title>日記</blog_title>
  <blog_url>https://atetubou.hatenadiary.org/</blog_url>
  <categories>
    <anon>PKU</anon>
  </categories>
  <description>http://poj.org/problem?id=3049 与えられたn文字のうちl文字を使い、なおかつ母音が1つ以上、子音が2つ以上から構成されるソートされた文字列を辞書順に出力するというような問題。ソートして、dfsしました。 int n,l; char cc[15]; char ans[15]; void dfs(int len,int pa,int ch,int pos){ if(len==l &amp;&amp; pa&gt;=1 &amp;&amp; ch&gt;=2){ cout&lt;&lt;ans&lt;&lt;endl; return; } if(len&gt;=l)return; for(int i=pos;i&lt;n;i++){ ans[len…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatetubou.hatenadiary.org%2Fentry%2F20110305%2F1299310578&quot; title=&quot;PKU 3049 Securing the Barn - 日記&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>2011-03-05 16:36:18</published>
  <title>PKU 3049 Securing the Barn</title>
  <type>rich</type>
  <url>https://atetubou.hatenadiary.org/entry/20110305/1299310578</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
