为什么执行不出结果?求解释下
#include "stdafx.h"#include "math.h"
int main(int argc, char* argv[])
{
int y,z,x;
scanf("%d%d",&y,&z);
for(x=0;x<100000;x++);
if(pow(y,y)==100+x&&pow(z,z)==268+x)
{
printf("%d%d",y,z);
}
return 0;
}
2012-09-23 10:17
2012-09-23 22:55
2012-09-24 00:23
2012-09-24 21:09
2012-09-24 21:29