<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>takehikom</author_name>
  <author_url>https://blog.hatena.ne.jp/takehikom/</author_url>
  <blog_title>わさっきhb</blog_title>
  <blog_url>https://takehikom.hateblo.jp/</blog_url>
  <categories>
    <anon>C</anon>
  </categories>
  <description>「問題です」 「あ，はい」 「整数値を引数にとって，0からその値まで，カウントアップして出力する関数を，加算に関する演算子を一切使うことなく，定義できますか?」 「加算に関する演算子というのは…」 「+と，+=，それと++です」 「分かりました…こうですか」 void countup(int x) { int i; for (i = 0; i &lt;= x; i -= -1) { printf(&quot;%d\n&quot;, i); } } 「ぎゃふん」</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20091215%2F1260824329&quot; title=&quot; 再帰を問う問題（没） - わさっきhb&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>2009-12-15 05:58:49</published>
  <title> 再帰を問う問題（没）</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20091215/1260824329</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
