<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>moremagic</author_name>
  <author_url>https://blog.hatena.ne.jp/moremagic/</author_url>
  <blog_title>moremagic’s diary</blog_title>
  <blog_url>https://moremagic.hateblo.jp/</blog_url>
  <categories>
    <anon>SICP</anon>
  </categories>
  <description>とりあえず関数名をjjjにしてみました (define (square x) (* x x)) (define (sum-of-squares x y) (+ (square x) (square y))) (define (jjj a b c) (if (&gt; a b) (if (&gt; b c) (sum-of-squares a b) (sum-of-squares a c)) (if (&gt; a c) (sum-of-squares b a) (sum-of-squares b c)) )) (jjj 1 2 3) (jjj 2 1 3) (jjj 3 2 1)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoremagic.hateblo.jp%2Fentry%2F20130516%2F1368711645&quot; title=&quot;問題1.3　をやってみる - moremagic’s diary&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>2013-05-16 22:40:45</published>
  <title>問題1.3　をやってみる</title>
  <type>rich</type>
  <url>https://moremagic.hateblo.jp/entry/20130516/1368711645</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
