<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>amifiable</author_name>
  <author_url>https://blog.hatena.ne.jp/amifiable/</author_url>
  <blog_title>あるエンジニアのAtCoder奮闘記</blog_title>
  <blog_url>https://ami-atcoder.hatenablog.com/</blog_url>
  <categories>
    <anon>競プロ</anon>
    <anon>AtCoder</anon>
    <anon>ARC074</anon>
    <anon>ABC062</anon>
    <anon>C問題</anon>
    <anon>400点</anon>
    <anon>Go</anon>
  </categories>
  <description>irisruneです。最近台風の接近が多く関東の天気は荒れがちですね。 問題 atcoder.jp 本当に全探索すると間に合わないので少しだけ工夫する問題です。 package main import ( &quot;bufio&quot; &quot;fmt&quot; &quot;os&quot; &quot;sort&quot; &quot;strconv&quot; ) var sc *bufio.Scanner func nextStr() string { sc.Scan() return sc.Text() } func nextInt() int { sc.Scan() i, e := strconv.Atoi(sc.Text()) if e != nil { panic(e…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fami-atcoder.hatenablog.com%2Fentry%2F20191025%2F1571986101&quot; title=&quot;AtCoder ARC 074 / ABC 062 C - Chocolate Bar (Go) - あるエンジニアのAtCoder奮闘記&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://cdn.user.blog.st-hatena.com/default_entry_og_image/154149487/1553670776372553</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-10-25 15:48:21</published>
  <title>AtCoder ARC 074 / ABC 062 C - Chocolate Bar (Go)</title>
  <type>rich</type>
  <url>https://ami-atcoder.hatenablog.com/entry/20191025/1571986101</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
