全部分类
移动开发与应用
WEB前端
架构与运维
程序设计
数据库
操作系统
热点技术
综合
exam2.3.3
288阅读 0评论
2011-12-05
maunix
分类:
LINUX
;; mht created on Nov 8
,
2011
;; total
-
profit
:
number
-
>
number
;; to compute the income of attendees produce
(
define
(
total
-
profit n
)
(
-
(
*
5 n
)
(
+
20
(
*
0
.
5 n
)
)
)
)
(
total
-
profit 100
)
上一篇:
exam2.3.2
下一篇:
exam2.4.1