<?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>いきなりですが問題です．次のプログラムをコンパイルしたら，どうなるでしょうか． /* midpoint.c */ #include &lt;stdio.h&gt; struct point { double x, y; }; int main(void) { struct piont p, q, r; p.x = 1.2; p.y = 3.4; q.x = 3.1; q.y = 2.7; r.x = (p.x + q.x) / 2; r.y = (p.y + q.y) / 2; printf(&quot;P(%g,%g) - R(%g,%g) - Q(%g,%g)\n&quot;, p.x, p.y, r.x, r.y, q…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakehikom.hateblo.jp%2Fentry%2F20131013%2F1381603748&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>2013-10-13 03:49:08</published>
  <title> 記憶域サイズが不明です</title>
  <type>rich</type>
  <url>https://takehikom.hateblo.jp/entry/20131013/1381603748</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
