<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>解法 ２円の交点を全て求めて、交点の集合を得る。その交点それぞれがどの円に含まれるかを全て調べ、含む円の数をカウントし最大値を求めれば良い。 ２円の交点を求める際、complex の polar が便利。polar(r, θ) で、対応する複素平面における座標が求まる。 #include &lt;iostream&gt; #include &lt;cmath&gt; #include &lt;vector&gt; #include &lt;complex&gt; #include &lt;cstdio&gt; using namespace std; typedef complex&lt;double&gt; P; #define EPS (1e-8) int m…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140324%2F1395660414&quot; title=&quot;AOJ0090 Overlaps of Seals - Logfiles&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>2014-03-24 20:26:54</published>
  <title>AOJ0090 Overlaps of Seals</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140324/1395660414</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
