DEV-C++环境问题
											请教高手,有用DEV-C++编译环境的没?这个环境下,函数的类型怎么用?
int max(int x,int y)
{
int z;
if(x>y) z=x;
else z=y;
return z;
}
为什么不能通过编译啊?
“expected unqualified-id before "int"”
“expected ")"before "int"”
 2011-10-15 15:24
	    2011-10-15 15:24
   2011-10-15 15:52
	    2011-10-15 15:52
   2011-10-19 13:21
	    2011-10-19 13:21
  
 2011-10-19 13:29
	    2011-10-19 13:29
   2011-10-19 14:14
	    2011-10-19 14:14
  
 2011-10-19 14:50
	    2011-10-19 14:50
   2011-10-24 20:14
	    2011-10-24 20:14