<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tkm-kyudo</author_name>
  <author_url>https://blog.hatena.ne.jp/tkm-kyudo/</author_url>
  <blog_title>接着剤の精進日記</blog_title>
  <blog_url>https://bondo.hateblo.jp/</blog_url>
  <categories>
    <anon>Codeforces</anon>
    <anon>Codeforces Round #644 (Div. 3)</anon>
  </categories>
  <description>codeforces.com A. Minimal Square ならをそうでないならを正方形の辺として使う 提出コード void solve(){ int a, b; cin &gt;&gt; a &gt;&gt; b; if(a &gt; b) swap(a, b); if(2 * a &gt;= b) cout &lt;&lt; 2 * a * 2 * a &lt;&lt; endl; else cout &lt;&lt; b * b &lt;&lt; endl; } B. Honest Coach ソートをし、隣接要素の差の絶対値の最小を出力すればいい 提出コード void solve(){ int n; cin &gt;&gt; n; vector&lt;int&gt; s(n); REP…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbondo.hateblo.jp%2Fentry%2F2020%2F05%2F26%2F015411&quot; title=&quot;Codeforces Round #644 (Div. 3) - 接着剤の精進日記&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>https://chart.apis.google.com/chart?cht=tx&amp;chl=2a%20%5Cgeq%20b</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-05-26 01:54:11</published>
  <title>Codeforces Round #644 (Div. 3)</title>
  <type>rich</type>
  <url>https://bondo.hateblo.jp/entry/2020/05/26/015411</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
