Jasper_zyt
2020-07-13 14:31
hello.c: In function 'getPeachNumber': hello.c:4:5: warning: type of 'n' defaults to 'int' [-Wimplicit-int] int getPeachNumber(n)
int getPeachNumber(n)改成int getPeachNumber( int n)试试
你好。c:在函数“getPeachNumber”中:
你好。c:2:5:警告:“n”的类型默认为“int”[-Wimplicit int]
int getPeachNumber(n) 意思就是n没有定义数据类型 默认是int
C语言入门
926212 学习 · 20797 问题
相似问题