请阅读以下程序:该程序( ).
void main()
{ int x=10, y=5, z=0;
if (x>y+z) cout<<"***";
else cout<<”$$$\n”;
}
有语法错不能通过编译
可以通过编译但不能通过连接
输出***
输出$$$
发表评论