C语言问题:syntax error : missing ✀;✀ before ✀type✀等等

2025-06-21 08:41:10
推荐回答(2个)
回答1:

syntax error : missing ';' before 'type'
(这一点要注意在输入分号时,应该是在英文状态下)
undeclared identifier
(这一点要注意有些变量要先声明再使用)

回答2:

缺少分号;
i,j未定义;
strcmp的参数类型不同。