灯下 登录
计算机科学 / SICP / 1.1.6 Conditional Expressions and Predicates

Exercise 1.3 · 习题

Exercise 1.3: Define a procedure that takes three

numbers as arguments and returns the sum of the squares of the two larger

numbers.

练习 1.3:定义一个过程,接受三个数作为参数,返回其中较大两个数的平方和。