<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Ozy</author_name>
  <author_url>https://blog.hatena.ne.jp/Ozy/</author_url>
  <blog_title>カメヲラボ</blog_title>
  <blog_url>https://ozy4dm.hateblo.jp/</blog_url>
  <categories>
    <anon>PKU2680</anon>
  </categories>
  <description>テストコード 短いコードを書くためには、入念に下調べをしておく必要がある。焦ってはいけない。 入力値nの値が1増えるごとに文字列は2倍になっていくので、とりあえずはn=1〜15あたりで出力が出来る程度のコードを書いてみよう。問題の記述通り、1と0からなる文字列を生成し、0のペアを数え上げる単純なものだ。下調べなので素早く仕上げておく。 #include&lt;stdio.h&gt; char v[16][1&lt;&lt;16]; int i,j,k; int ans; main() { v[0][0]='1'; for(i=1;i&lt;16;++i) { for(ans=j=k=0;v[i-1][j]!=NULL;++…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fozy4dm.hateblo.jp%2Fentry%2F20060913%2Fp1&quot; title=&quot;Computer Transformation(1) - カメヲラボ&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>2006-09-13 00:00:00</published>
  <title>Computer Transformation(1)</title>
  <type>rich</type>
  <url>https://ozy4dm.hateblo.jp/entry/20060913/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
