我带代码没错误,运行是空的
											#include "stdafx.h"#include "math.h"
int main(int argc, char* argv[])
{
double y,z;
int x;
scanf("%f%f",&y,&z);
for(x=0;x<100000;x++);
if(y==sqrt(x+100)&&z==sqrt(268+x))
{
printf("%f%f\n",y,z);
}
return 0;
}
 2012-09-23 11:02
	    2012-09-23 11:02
   2012-09-23 11:16
	    2012-09-23 11:16