{"url":"https://bondo.hateblo.jp/entry/2020/05/26/015411","title":"Codeforces Round #644 (Div. 3)","blog_title":"\u63a5\u7740\u5264\u306e\u7cbe\u9032\u65e5\u8a18","provider_name":"Hatena Blog","categories":["Codeforces","Codeforces Round #644 (Div. 3)"],"height":"190","blog_url":"https://bondo.hateblo.jp/","version":"1.0","description":"codeforces.com A. Minimal Square \u306a\u3089\u3092\u305d\u3046\u3067\u306a\u3044\u306a\u3089\u3092\u6b63\u65b9\u5f62\u306e\u8fba\u3068\u3057\u3066\u4f7f\u3046 \u63d0\u51fa\u30b3\u30fc\u30c9 void solve(){ int a, b; cin >> a >> b; if(a > b) swap(a, b); if(2 * a >= b) cout << 2 * a * 2 * a << endl; else cout << b * b << endl; } B. Honest Coach \u30bd\u30fc\u30c8\u3092\u3057\u3001\u96a3\u63a5\u8981\u7d20\u306e\u5dee\u306e\u7d76\u5bfe\u5024\u306e\u6700\u5c0f\u3092\u51fa\u529b\u3059\u308c\u3070\u3044\u3044 \u63d0\u51fa\u30b3\u30fc\u30c9 void solve(){ int n; cin >> n; vector<int> s(n); REP\u2026","author_name":"tkm-kyudo","author_url":"https://blog.hatena.ne.jp/tkm-kyudo/","published":"2020-05-26 01:54:11","image_url":"https://chart.apis.google.com/chart?cht=tx&chl=2a%20%5Cgeq%20b","type":"rich","provider_url":"https://hatena.blog","width":"100%","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbondo.hateblo.jp%2Fentry%2F2020%2F05%2F26%2F015411\" title=\"Codeforces Round #644 (Div. 3) - \u63a5\u7740\u5264\u306e\u7cbe\u9032\u65e5\u8a18\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>"}