<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chiwawa_star</author_name>
  <author_url>https://blog.hatena.ne.jp/chiwawa_star/</author_url>
  <blog_title>C++競プロ学習日記(仮)</blog_title>
  <blog_url>https://chiwawa-star.hatenablog.com/</blog_url>
  <categories>
    <anon>二分探索</anon>
    <anon>コード</anon>
  </categories>
  <description>二分探索の練習をしました。 追記：二分探索と書いたけれど、正しくは二分法 *1 かも知れない...。 追記②：正しくは二分法だった... 整数 および 実数 が与えられるので となるような を絶対 or 相対誤差が となる精度で求めてください。 #include &lt;bits/stdc++.h&gt; using namespace std; struct cww{cww(){ios::sync_with_stdio(false);cin.tie(0);}}star; int main() { int N; cin &gt;&gt; N; for( int i = 0; i &lt; N; i++ ) { double…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchiwawa-star.hatenablog.com%2Fentry%2F2017%2F12%2F31%2F021146&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>http://chart.apis.google.com/chart?cht=tx&amp;chl=x</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2017-12-31 02:11:46</published>
  <title>二分法( 二分探索 )で平方根を求める</title>
  <type>rich</type>
  <url>https://chiwawa-star.hatenablog.com/entry/2017/12/31/021146</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
