C++怎么实现实时监测一个数值是否改变

2024-11-16 20:28:07
推荐回答(2个)
回答1:

scanf("%d",&a);
while(a)
{
//...do something here
scanf("%d",&a);
}

回答2:

输入的0你是要赋值给谁?