寒烟峰

Results 2 comments of 寒烟峰

```js function ride(str1, str2) { let tempVal = 0 let arr2 = str2.split('') let temp = 0 while (arr2.length) { tempVal = ~~str1 * ~~arr2.pop() * factorial(temp) + tempVal temp...