C语言编程错误,Declaration is not allowed here,求帮助,很急
C语言编程错误,Declaration is not allowed here,求帮助,很急
日期:2012-03-25 00:24:31 人气:2
你的编译器不支持你的18行语句,建议:
把int n的声明提前:
int n=0; //该行插入到第6行
n=i-1; //该行替换18行
C语言编程错误,Declaration is not allowed here,求帮助,很急