#2
你好,老表2017-03-14 20:41
|
void fun(int n)
{
int i=0,j;
do
{
for(j=0,j<n;j++)
i+=j;
}while(i<n+1);
}