{"title":"\u554f\u984c1.3\u3000\u3092\u3084\u3063\u3066\u307f\u308b","author_url":"https://blog.hatena.ne.jp/moremagic/","author_name":"moremagic","image_url":null,"height":"190","published":"2013-05-16 22:40:45","provider_name":"Hatena Blog","blog_url":"https://moremagic.hateblo.jp/","url":"https://moremagic.hateblo.jp/entry/20130516/1368711645","type":"rich","categories":["SICP"],"version":"1.0","blog_title":"moremagic\u2019s diary","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmoremagic.hateblo.jp%2Fentry%2F20130516%2F1368711645\" title=\"\u554f\u984c1.3\u3000\u3092\u3084\u3063\u3066\u307f\u308b - moremagic\u2019s diary\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","provider_url":"https://hatena.blog","width":"100%","description":"\u3068\u308a\u3042\u3048\u305a\u95a2\u6570\u540d\u3092jjj\u306b\u3057\u3066\u307f\u307e\u3057\u305f (define (square x) (* x x)) (define (sum-of-squares x y) (+ (square x) (square y))) (define (jjj a b c) (if (> a b) (if (> b c) (sum-of-squares a b) (sum-of-squares a c)) (if (> a c) (sum-of-squares b a) (sum-of-squares b c)) )) (jjj 1 2 3) (jjj 2 1 3) (jjj 3 2 1)"}