发布网友 发布时间:3小时前
我来回答
共2个回答
热心网友 时间:3小时前
int x=rand()%41-20;rand()%41 产生的随机数在[0,40]范围内,-20后就在[-20,20]范围内。
int(41*rand()-20)