<?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>SRM</anon>
  </categories>
  <description>問題概要 K個以上の座標を完全に包含できる正方形の最小面積を求めよ。制約 座標の要素数：2〜100個 -10^9 解法 与えられた座標のうち「『1点の座標(X, Y)』または『2点の x, y それぞれの min を取った座標(X, Y)』」から一回り大きい座標(X-1, Y-1) を始点として、一辺を二分探索する。計算量は N^3 * log(10^9) = N^3 * 30 = 10^6 * 30 くらい。 using namespace std; #define REP(i,a,b) for(int i=a;i&lt;b;i++) #define rep(i,n) REP(i,0,n) #de…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140714%2F1405302969&quot; title=&quot;SRM614 Div1Easy MinimumSquare - 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-07-14 10:56:09</published>
  <title>SRM614 Div1Easy MinimumSquare</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140714/1405302969</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
