帮忙看下这程序错了 初学者求助
#include <stdio.h>void main( )
{int i,t;
t=1;
i=2;
while(i<=5)
{t=t*i;
i=i+1;
}
printf(″%d\n″,t);
}
turbo c 显示是 printf(″%d\n″,t);错了 问下为什么??? 谢啦!
2012-07-21 23:46
2012-07-21 23:51
2012-07-21 23:53
2012-07-21 23:55
2012-07-21 23:56
2012-07-22 00:01
2012-07-22 00:12
2012-07-22 00:16

2012-07-22 00:18
2012-07-22 00:22