#include
#include
using namespace std;
void main()
{
int i,y,x;
i=0;x=0;y=3;
while(i<91)
{
printf("原码数字\n");
while(x<3)
{
x++;
printf("加码数字\n");
}
x=0;
i++;
}
system("PAUSE");//暂YY停??
}
启动调试时输出时显示:
加码数字
加码数字
加码数字
原码数字
逐过程时输出时显示:
原码数字
加码数字
加码数字
加码数字
这个问题真的头晕啊,我想遇到过这个问题的人一定超少,不知道有没有人能帮解答一下