<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>peryaudo</author_name>
  <author_url>https://blog.hatena.ne.jp/peryaudo/</author_url>
  <blog_title>ペリャウドの日</blog_title>
  <blog_url>https://peryaudo.hatenablog.com/</blog_url>
  <categories>
    <anon>Programming</anon>
    <anon>Algorithm</anon>
    <anon>AOJ</anon>
  </categories>
  <description>404 Not Found #include &lt;vector&gt; #include &lt;cstdio&gt; #include &lt;algorithm&gt; using namespace std; int main() { double n; vector&lt;double&gt; v; while(~scanf(&quot;%lf&quot;, &amp;n)) v.push_back(n); sort(v.begin(), v.end()); printf(&quot;%.1lf\n&quot;, *v.rbegin() - *v.begin()); return 0; }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperyaudo.hatenablog.com%2Fentry%2F20100816%2F1281961679&quot; title=&quot;AOJ 0046 Differential - ペリャウドの日&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-08-16 21:27:59</published>
  <title>AOJ 0046 Differential</title>
  <type>rich</type>
  <url>https://peryaudo.hatenablog.com/entry/20100816/1281961679</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
