<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>tanakaBox</author_name>
  <author_url>https://blog.hatena.ne.jp/tanakaBox/</author_url>
  <blog_title>ボクノス</blog_title>
  <blog_url>https://boxnos.hatenablog.com/</blog_url>
  <categories>
    <anon>Scheme</anon>
  </categories>
  <description>落ち着いて範囲を考える。 Problem 63 - PukiWiki n乗してn桁になる数はいくつあるか。 ふむふむ。適当に計算してみる。 まず終端。10^1は2桁,10^2は3桁,10^3は4桁・・・となるので、10^nはn乗するとn+1桁。絶対に追いつかない。10以上は除外できる。 小さいループを。1^1 1桁 OK。1^2 1桁 ダメ。 2^1 1桁 OK。2^2 1桁 ダメ。 .. 4^1 1桁 OK。4^2 2桁 OK。4^3 2桁 ダメ。 ...どうやら1桁目から順に解いていけばいいみたいだ。桁が下回ったら追いつけない。 ということで、 (define (problem63) (l…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fboxnos.hatenablog.com%2Fentry%2F20080516%2F1210875018&quot; title=&quot; Problem 63 - n乗してn桁 - ボクノス&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>2008-05-16 03:10:18</published>
  <title> Problem 63 - n乗してn桁</title>
  <type>rich</type>
  <url>https://boxnos.hatenablog.com/entry/20080516/1210875018</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
