用while循环,求N的平方大于12000的最小数N
问题描述:
用while循环,求N的平方大于12000的最小数N
答
vc6通过调试
#include
void main()
{
int i;
for(i=1;i*i