用C语言实现猜数游戏 假定一个1~100的数,请设计程序让用户能在有限步后猜到这个正确的数。 #include<stdio.h> #include<stdlib.h> #include<time.h> int main() { srand(