<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>sugarknri</author_name>
  <author_url>https://blog.hatena.ne.jp/sugarknri/</author_url>
  <blog_title>メモ</blog_title>
  <blog_url>https://sugarknri.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>問題はこちら No.588 空白と回文 - yukicoderまず線対称の軸となるべき場所を固定する。 （そのような場所は、文字の中心か、文字と文字の間となる） 中心から外側へ向かって、各文字が回文を構成するかどうかをチェックする。 中心に対して対称な位置にある文字が同じでない場合、それは空白にするしかなく、同じ場合は残すことで、最大の長さの文字列を得ることができる。 char s[1010]; l,r,m,k,M,n; main(){ n=strlen(gets(s)); for(m=0;m&lt;2*n;m++){// m/2文字目を軸とする（例えば「1/2文字目」は0文字目と1文字目の間を表す…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsugarknri.hatenablog.com%2Fentry%2F2017%2F11%2F05%2F033214&quot; title=&quot;yukicoder No.588 空白と回文 - メモ&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>2017-11-05 03:32:14</published>
  <title>yukicoder No.588 空白と回文</title>
  <type>rich</type>
  <url>https://sugarknri.hatenablog.com/entry/2017/11/05/033214</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
