<?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>（ 子の本棚にＣ言語入門の本が落ちてたので、勉強してみよっと ） 【 実行プログラム 】 実行プログラム 【 ソースプログラム 】 int main(void) { int i, j, ln; printf(&quot;何段にする？&quot;); scanf(&quot;%d&quot;, &amp;ln); for (i = 1; i &lt;= ln; i++) { for (j = 1; j &lt;= i; j++) putchar('*'); putchar('\n'); } return (0); } 【 まなび 】 ■ 上から順に＊を一つずつ加算する形で表示していくことで、結果的に三角形のように見える。 ■ 一つ目のfor文で段数を管理…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Feverylearning-everyplay.hateblo.jp%2Fentry%2F2024%2F07%2F05%2F151455&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/20240704/20240704173054.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-07-05 15:14:55</published>
  <title>（Ｃ言語）図形の描画</title>
  <type>rich</type>
  <url>https://everylearning-everyplay.hateblo.jp/entry/2024/07/05/151455</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
