c语言 [Error] expected declaration or statement at end of input的解决方法

	通常情况下
	出现expected declaration or statement at end of input
	的情况,一般是因为再程序的最后少了花括号“}”,
	再仔细检查一下代码的嵌套结构,
	把“}”补上就可以跑起来了。

你可能感兴趣的:(c语言bug,c语言,debug)