帮忙看下 没有type  却说在type前少了;好奇怪 也怪好玩的
											# inclide<>int fun(){
int main();
int n;
for(n=1;n<=3;n++){
fun();
printf("n=%d\n",n);
void fun();{
 就是这里一直在说是 missing ';' before 'type'  这应该咋办
  就是这里一直在说是 missing ';' before 'type'  这应该咋办int n=10; 还有就是函数调用这里应该有‘;’吗
n=n*n;}}}
 就是这里一直在说是 missing ';' before 'type'  这应该咋办
  就是这里一直在说是 missing ';' before 'type'  这应该咋办 2012-03-22 14:43
	    2012-03-22 14:43
   2012-03-22 14:54
	    2012-03-22 14:54
   2012-03-22 21:42
	    2012-03-22 21:42
   2012-03-22 22:13
	    2012-03-22 22:13
   2012-03-23 13:39
	    2012-03-23 13:39
   
										
					
	 2012-03-23 21:50
	    2012-03-23 21:50
   2012-03-25 20:39
	    2012-03-25 20:39
   2012-03-26 21:41
	    2012-03-26 21:41
   2012-03-30 22:13
	    2012-03-30 22:13