<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>betrue12</author_name>
  <author_url>https://blog.hatena.ne.jp/betrue12/</author_url>
  <blog_title>ARMERIA</blog_title>
  <blog_url>https://betrue12.hateblo.jp/</blog_url>
  <categories>
    <anon>Codeforces</anon>
    <anon>プログラミング</anon>
    <anon>競技プログラミング</anon>
  </categories>
  <description>Problem - G - Codeforces 面白い問題を自力で通せたので記録。 問題概要 文字列の列 を、漸化式 &quot;0&quot; &quot;1&quot; で定義する。この は文字列の結合を示す。 整数 が与えられる。 の接尾辞を辞書順に並べた時、 番目に該当する文字列の先頭 文字を求めよ。（ただし、その文字列の長さが 未満の場合は文字列全体を出力せよ。） 制約 は の長さを超えない 考察・解法 方針を考える タイトルにもあるように漸化式がフィボナッチ数列のようになっていて、 の長さは通常の意味でのフィボナッチ数となる。 のときを計算してみると となり非常に大きい数となる。 注目すべきは であり、要求されているの…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbetrue12.hateblo.jp%2Fentry%2F2018%2F10%2F19%2F211055&quot; title=&quot;Educational Codeforces Round 52 G. Fibonacci Suffix - ARMERIA&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://chart.apis.google.com/chart?cht=tx&amp;chl=%2C%20F%28i%29%20%3D%20F%28i-2%29%20%2B%20F%28i-1%29</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-19 21:10:55</published>
  <title>Educational Codeforces Round 52 G. Fibonacci Suffix</title>
  <type>rich</type>
  <url>https://betrue12.hateblo.jp/entry/2018/10/19/211055</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
