<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>anton0825</author_name>
  <author_url>https://blog.hatena.ne.jp/anton0825/</author_url>
  <blog_title>日々精進</blog_title>
  <blog_url>https://anton0825.hatenablog.com/</blog_url>
  <categories>
    <anon>IT</anon>
    <anon>TopCoder</anon>
  </categories>
  <description>問題 白紙の画用紙に絵を描きます。青色(B)のペンは縦に塗ることしかできず、赤色(R)のペンは横に塗ることしかできません。 青色のペンと赤色のペンで両方塗ると緑色(G)になります。 与えられた絵を描きたい時に、必要な塗る回数を答えなさい。 ただし、一直線に塗るのは１回とカウントして良いものとし、サイズは50*50以下とします。方針 R,Gを横に走査していき、B,Gを縦に走査していけばOK. using System; using System.Collections.Generic; using System.Text; public class ColoredStrokes { public…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fanton0825.hatenablog.com%2Fentry%2F20110206%2F1297529688&quot; title=&quot;SRM496　Div1 Easy - 日々精進&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>2011-02-06 01:54:48</published>
  <title>SRM496　Div1 Easy</title>
  <type>rich</type>
  <url>https://anton0825.hatenablog.com/entry/20110206/1297529688</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
