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

2024年11月16日 20:28
有2个网友回答
网友(1):

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

网友(2):

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