[ZeroJudge]p018 Polynomial coefficients

就是多項式係數計算的簡化版,因為X1 , X2 …. Xn 就只是個變數,不會有像
高中數學那樣,還要考慮因為次方而多產生的係數,算是蠻簡單的,只是這邊
用到Recursive的Factorial計算,他有故意限定是 (0<K,N<13),所以用
long long int 去算就可以了,沒有太多困難。

http://gist.github.com/249248.js?file=gistfile1.h

Leave a Reply

Your email address will not be published. Required fields are marked *