hello.c: In function 'getPeachNumber':hello.c:2:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int] int getPeachNumber(n)
提示以上输入错误,求大神解答
在函数中你没有给n定义类型,这里默认为int类型。