else
{
for (int i = 16;i <= 55; i++)
{
byte Temp[3];
Temp[2] = 0;
Temp[0] = i + 0xA0;
for (int j = 1;j < 94;j++)
{
Temp[1] = j + 0xA0;
cout << (LPCTSTR) Temp;
}
cout << endl;
}
<!--[if !supportEmptyParas]--> <!--[endif]-->
}
<!--[if !supportEmptyParas]--> <!--[endif]-->
system("pause");
return nRetCode;
}
<!--[if !supportEmptyParas]--> <!--[endif]-->
<!--[if !supportEmptyParas]--> <!--[endif]-->
文章来源于领测软件测试网 https://www.ltesting.net/