这段c语言编程有什么问题?

大学c语言
2025-02-24 02:10:12
推荐回答(3个)
回答1:

定义main函数应该是int main()

回答2:

int main后面少括号

回答3:

main后面要有括号