<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moistx</author_name>
  <author_url>https://blog.hatena.ne.jp/moistx/</author_url>
  <blog_title>Logfiles</blog_title>
  <blog_url>https://logfiles.hatenablog.com/</blog_url>
  <categories>
    <anon>AOJ</anon>
  </categories>
  <description>解法 BNFが与えられるので、そのとおりに実装する。ただし substr() で時間がかかるためメモ化する。 BNFの実装方法は、自分は 'e' の位置を全て調べて正しい構文かどうかを再帰で繰り返し判定し、一つでも正しいパターンがあればその文字列はBNFによって正しく記述されているとした。反省 はじめに提出したACコードは substr() してる辺りに無駄なコードがあって煩雑になってた。 #include &lt;bits/stdc++.h&gt; using namespace std; map&lt;string, bool&gt; memo; bool parse(string s) { if(memo.fi…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Flogfiles.hatenablog.com%2Fentry%2F20140327%2F1395878006&quot; title=&quot;AOJ2369 CatChecker - Logfiles&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>2014-03-27 08:53:26</published>
  <title>AOJ2369 CatChecker</title>
  <type>rich</type>
  <url>https://logfiles.hatenablog.com/entry/20140327/1395878006</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
