int factorial(int n) { if (n == 1) { return 1; } return n * factorial(n - 1); }
逢涨
遇跌
动画速度(ms)