#include //直接在库文件里找#include //包含了系统常用的函数#include #include void main(){ int n,i,number,gnumber,k,g,j; // n所猜数是几位数 xy 控制几到几 int x=1,y=1,a=0,b=0; int num[100],gnum[100];//正确数组 所猜数组 cout<<"Please input a number to determine the need to guess the number of digits :"<>n; system("cls");//清屏 for(i=0;i while(number!=gnumber)//循环 正确数 猜的数 不相等时循环 { cout<<"Please enter a guess the number of digits:"<>gnumber; g=gnumber; for(i=0;i标准答案,给分谢谢。