<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sittokuchance</author_name>
  <author_url>https://blog.hatena.ne.jp/sittokuchance/</author_url>
  <blog_title>日々まなび、日々あそび、生きる</blog_title>
  <blog_url>https://everylearning-everyplay.hateblo.jp/</blog_url>
  <categories>
    <anon>◆ Ｃ言語入門</anon>
  </categories>
  <description>（ 子の本棚にＣ言語入門の本が落ちてたので、勉強してみよっと ） 【 実行プログラム 】 実行プログラム 【 ソースプログラム 】 #include &lt;stdio.h&gt; void str_dcount(const char str, int cnt) { int i = 0; while (str[i]) { if (str[i] &gt;= '0' &amp;&amp; str[i] &lt;= '9') cnt[str[i] - '0']++; i++; } } int main(void) { int i; int dcnt[10] = {0}; char str[100]; printf(&quot;文字列を入力してくださ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feverylearning-everyplay.hateblo.jp%2Fentry%2F2024%2F11%2F11%2F180654&quot; title=&quot;（Ｃ言語）数字文字の出現回数 - 日々まなび、日々あそび、生きる&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/s/sittokuchance/20241111/20241111175129.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-11-11 18:06:54</published>
  <title>（Ｃ言語）数字文字の出現回数</title>
  <type>rich</type>
  <url>https://everylearning-everyplay.hateblo.jp/entry/2024/11/11/180654</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
