回复 20楼 广陵绝唱 的帖子
不是偶想吵 是这人仗着自己去了劳动力市场混了几年 多次对偶进行人身攻击
是可忍孰不可忍!
//////////////////////////////
#include <stdio.h>
#include <conio.h>
long fact(int i)
{
if(i == 0)
return 1;
else
return fact(i-1)*i;
}
int main(void)
{
int i;
printf("Input the number which you want to operator: \n");
scanf("%d",&i);
printf("%ld",fact(i));
getch();
return 0;
}
//你这程序还是错的呢!
楼主你觉得偶写的好看 你就看看 不好看就54掉
[[it] 本帖最后由 新浪 于 2008-12-13 20:46 编辑 [/it]]
不是偶想吵 是这人仗着自己去了劳动力市场混了几年 多次对偶进行人身攻击
是可忍孰不可忍!
//////////////////////////////
#include <stdio.h>
#include <conio.h>
long fact(int i)
{
if(i == 0)
return 1;
else
return fact(i-1)*i;
}
int main(void)
{
int i;
printf("Input the number which you want to operator: \n");
scanf("%d",&i);
printf("%ld",fact(i));
getch();
return 0;
}
//你这程序还是错的呢!
楼主你觉得偶写的好看 你就看看 不好看就54掉
[[it] 本帖最后由 新浪 于 2008-12-13 20:46 编辑 [/it]]
天下皆醒,唯我独醉; 天下皆白,唯我独黑