我的程序写好运行出来是空的呢?
#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,2)==100+x&&pow(z,2)==268+x)
{
printf("%d%d",y,z);
}
return 0;
}
请教下是我哪里错了,还是什么原因呢?
2012-09-23 09:56
2012-09-23 10:16
2012-09-23 10:37
2012-09-23 11:27
2012-09-23 21:35

a
2012-09-24 07:38
2012-09-24 08:41
2012-09-25 16:52
2012-09-25 17:01
2012-10-12 00:58