<?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>AGC034</anon>
    <anon>A問題</anon>
    <anon>400点</anon>
    <anon>Python</anon>
  </categories>
  <description>irisruneです。Pythonを勉強し始めたので解ける問題はPythonで解くことが多くなると思います。 atcoder.jp 一見難しそうで思いつけば簡単…と思わせて引っ掛けポイントがある、そんな問題だと思います。 import sys n, a, b, c, d = [int(x) for x in input().split()] s = input() for i in range(a, max(c, d)): if s[i - 1: i + 1] == &quot;##&quot;: print(&quot;No&quot;) sys.exit() if c &lt; d: print(&quot;Yes&quot;) sys.exit() f…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fami-atcoder.hatenablog.com%2Fentry%2F20190605%2F1559712113&quot; title=&quot;AtCoder AGC 034 A - Kenken Race (Python) - あるエンジニアの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-06-05 14:21:53</published>
  <title>AtCoder AGC 034 A - Kenken Race (Python)</title>
  <type>rich</type>
  <url>https://ami-atcoder.hatenablog.com/entry/20190605/1559712113</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
