gpt4 book ai didi

c++ - while((Status.health !0) && (Wolves.health !0) ) 预期表达式错误 ")"

转载 作者:搜寻专家 更新时间:2023-10-31 00:00:36 25 4
gpt4 key购买 nike

嘿,我有一个错误:

while((Status.health !0) && (Wolves.health !0) )

谁能看出这有什么问题?

最佳答案

语法错误。

假设您要验证变量不为零:

while((Status.health != 0) && (Wolves.health != 0) )

关于c++ - while((Status.health !0) && (Wolves.health !0) ) 预期表达式错误 ")",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12784786/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com