for(int i = 0; i <= n; ++i){ int res = 1; if(i == k) continue; res *= x(k) - x(i); }
65,189
社区成员
250,526
社区内容
加载中
试试用AI创作助手写篇文章吧