cpdef int test(int x): cdef int y = 1 cdef int i for i in range(1, x+1): y *= i return y. setup.py. from distutils.core import setup from Cython.
確定! 回上一頁