计算机程序的构造和解释
在第13页上有个问题
"练习1.3 请定义一個过程,它以三个数为参数,返回其中较大的两个数之和。"
原文
http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-10.html#%_sec_1.1.7
Exercise 1.3. Define a procedure that takes three numbers as arguments
and returns the sum of the squares of the two larger numbers.
是平方根之和,请问何故?