#include
Int main ()
{
Int n, I, the sum=0;
For (n=2; N & lt;=1000; N++)
{
For (I=1; i
If I (n %==0)
{
Sum=sum + I;
}
}
If (sum==n)
{
Printf (" % d its factors are ", sum);
For (I=1; i
If I (n %==0)
{
Printf (" % d ", I);
}
}
printf("\n");
}
}
return 0;
The results is this how to return a responsibility??? O solve,,
}
CodePudding user response:
Every time need to assign the sum value of 0CodePudding user response: