<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nodchip</author_name>
  <author_url>https://blog.hatena.ne.jp/nodchip/</author_url>
  <blog_title>nodchipの日記</blog_title>
  <blog_url>https://nodchip.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>幾何 接する点を固定してベクトルの足し算と引き算 typedef complex&lt;double&gt; P; void go(const P&amp; a, const P&amp; b, const P&amp; c, const P&amp; d) { if (abs(a - c) &gt; EPS) { return; } assert(abs(a - d) &gt; EPS); assert(abs(b - c) &gt; EPS); assert(abs(b - d) &gt; EPS); P p = b - a + d; printf(&quot;%.03f %.03f\n&quot;, p.real(), p.imag()); } int main() { f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnodchip.hatenadiary.org%2Fentry%2F20100524%2F1274699367&quot; title=&quot;PKU 2624 4th Point - nodchipの日記&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>2010-05-24 20:09:27</published>
  <title>PKU 2624 4th Point</title>
  <type>rich</type>
  <url>https://nodchip.hatenadiary.org/entry/20100524/1274699367</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
