阅读背景:

请大侠帮忙求解这个“递归算法”

来源:互联网 
#include  <stdio.h>
long g(long k) { 
if (k <= 1) return k;  if (k



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: