c语言error: expected declaration or statement at end of input|

2025-06-27 23:02:55
推荐回答(2个)
回答1:

void返回类型
不能return 0;
改成return;

回答2:

完整的代码呢?