<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>nekokichi_yos2</author_name>
  <author_url>https://blog.hatena.ne.jp/nekokichi_yos2/</author_url>
  <blog_title>ねこきちのプログラミング墓地</blog_title>
  <blog_url>https://nekokichi2yos2.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>競技プログラミング</anon>
  </categories>
  <description>使用言語 問題文 解法プロセス 回答 使用言語 Python 3 問題文 No.739 大事なことなので２度言います - yukicoder 解法プロセス １、２つの同じ文字列が連続してるなら、文字数は偶数になるはず２、なので、入力値の文字数が2で割り切れるかを調べる３、同じ文字列なら、中央から左と右のそれぞれの文字数は同じになる（’oneone’ならone：3文字, one：3文字、となる） 回答 s1 = input() if len(s1) % 2 != 0: print('NO') else: if s1[int(len(s1)/2):] == s1[:int(len(s1)/2)]:…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnekokichi2yos2.hatenablog.com%2Fentry%2F2018%2F10%2F13%2F154517&quot; title=&quot;【yukicoder】No.739 大事なことなので2回言います - ねこきちのプログラミング墓地&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>2018-10-13 15:45:17</published>
  <title>【yukicoder】No.739 大事なことなので2回言います</title>
  <type>rich</type>
  <url>https://nekokichi2yos2.hatenablog.com/entry/2018/10/13/154517</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
