使用道具 举报
Post by khc SICP? (define (myfun a b c) (if (and (> a b) (> b c)) (+ (* a a) (* b b)) (if (and (> b a) (> c a)) (+ (* b b) (* c c)) (+ (* a a) (* c c)))))
本版积分规则 发表回复 回帖后跳转到最后一页