0001 __int64 facI ( int n ) { __int64 f = 1; while ( n > 1 ) f *= n--; return f; } //½×³ËÔËË㣨µü´ú°æ£©