how do I put in the cout the sum of all the divisors of a number except the number itself?

后端 未结 0 443
误落风尘
误落风尘 2020-12-05 07:18

how do I put in the cout the sum of all the divisors of a number except the number itself?

#include 
using namespace std;
int main()
{
    int         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题