C++程序练习小游戏1:系统给出一个随机数,用户来猜大小,猜一次系统给出提示是猜大了还是猜小了,知道猜中那个数为止
#include <iostream>#include<stdlib.h>#include <string>//调试f10执行下一步,f11执行下一句using namespace std;int main (){ cout << "game start:" <&