天天看點

遞歸

// a simple example of recursion.

class factorial

{  // this is a recursive function

      int fact(int n)

繼續閱讀