<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hamayanhamayan</author_name>
  <author_url>https://blog.hatena.ne.jp/hamayanhamayan/</author_url>
  <blog_title>はまやんはまやんはまやん</blog_title>
  <blog_url>https://blog.hamayanhamayan.com/</blog_url>
  <categories>
    <anon>競技プログラミング</anon>
  </categories>
  <description>https://codeforces.com/contest/1326/problem/D2 前提知識 Manacher 解説 https://codeforces.com/contest/1326/submission/73898734 高速にクエリをさばいていこう。 文字列のprefixとsuffixで回文となる最大長を計算しておく。 この最大長以下であれば、どれも回文となる。 prefix+回文+suffixで回文になるように、真ん中の回文を全探索しよう。 manacherを使えば、中心からの回文の長さが分かる。 これを使おう。 ある中央から、なるべく長い回文を選んだ時に、最大のpref…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.hamayanhamayan.com%2Fentry%2F2020%2F03%2F22%2F001248&quot; title=&quot;Prefix-Suffix Palindrome (Hard version) [Codeforces Global Round 7 D2] - はまやんはまやんはまやん&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>2020-03-22 00:12:48</published>
  <title>Prefix-Suffix Palindrome (Hard version) [Codeforces Global Round 7 D2]</title>
  <type>rich</type>
  <url>https://blog.hamayanhamayan.com/entry/2020/03/22/001248</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
