gpt4 book ai didi

c++ - 如何使用开关从 while 循环中中断?

转载 作者:太空宇宙 更新时间:2023-11-04 16:16:47 24 4
gpt4 key购买 nike

<分区>

我试图从 switch 语句中的 while 循环中断,但它不起作用。我得到一个无限循环。为什么?

int main()
{
int n;
while (std::cin >> n)
{
switch (n)
{
case 4:
break;
break;
default:
std::cout << "Incorrect";
break;
}
}
}

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