
这是我写的算出来是14,但我用计算器算的是13!
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
int m=0,n=0;
while(m<1000)
{
n++;
m=n*n+m;
}
cout<<"zuidazhi "<<n<<endl;
return 0;
}
#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
int m=0,n=0;
while(m<1000)
{
n++;
m=n*n+m;
}
cout<<"zuidazhi "<<n<<endl;
return 0;
}


哈哈哈哈哈


心之刃

