<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sakuriver</author_name>
  <author_url>https://blog.hatena.ne.jp/sakuriver/</author_url>
  <blog_title>年の功より亀の甲</blog_title>
  <blog_url>https://sakuriver.hateblo.jp/</blog_url>
  <categories>
    <anon>C言語</anon>
  </categories>
  <description>久しぶりのパート6です。 前回のおさらいからです。 void main() { int x,y; printf(&quot;距離を入力して下さい(km)\n&quot;); scanf(&quot;%d&quot;,&amp;x); if(x &lt;= 4){ y = 120; } else if(x &gt; 4 &amp;&amp; x &lt;= 20){ y = ((x - 4) + 1 / 2) * 20 + 120; } else if(x &gt; 20 &amp;&amp; x &lt;= 1000){ y = ((x - 20) / 5 + 0.5) * 40 +280; } else { y = ((x-1000) / 10 + 1) * 50 + 8120; } printf(…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsakuriver.hateblo.jp%2Fentry%2F2009%2F08%2F26%2F000000&quot; title=&quot;C言語⑥　プログラミング解説１ - 年の功より亀の甲&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-08-26 00:00:00</published>
  <title>C言語⑥　プログラミング解説１</title>
  <type>rich</type>
  <url>https://sakuriver.hateblo.jp/entry/2009/08/26/000000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
