void dumpcall(int a)
(
if (a=0) { return;}
}
else dumpcall(a-1)
)
对,recursive,an example
所有跟帖:
•
opps, a bug! who can poit it out? LOL
-newfaith-
♂
(0 bytes)
()
08/01/2006 postreply
09:28:00
•
多了个}和 应该用 "=="
-不同层次-
♂
(216 bytes)
()
08/01/2006 postreply
09:34:13
•
WOW,惭愧,居然有两个bugs
-newfaith-
♂
(0 bytes)
()
08/01/2006 postreply
09:36:04
•
第一次现丑,就被老大你逮住了. LOL
-newfaith-
♂
(0 bytes)
()
08/01/2006 postreply
10:22:14