例2.18 将例2.16表示的算法求5!用C语言表示 #include int main( ) { int i,t; t=1; i=2; while(i