5 kyu

New Function

68 of 174sazzadshopno

Description:

We all know that any integer number n is divisible by 1 and n. That is why these two numbers are not the actual divisors of any numbers. The function SOD(n) (sum of divisors) is defined as the summation of all the actual divisors of an integer number n. For example: SOD(24) = 2+3+4+6+8+12 = 35.

The function CSOD(n) (cumulative SOD) of an integer n, is defined as below:

Screenshot-3

Given the value of n, your job is to find the value of CSOD(n).

Random Test

  • Number of Test Cases: 2000

  • Range: 0 to 100000000

Fundamentals
Performance

Stats:

CreatedJan 26, 2019
PublishedJan 26, 2019
Warriors Trained1336
Total Skips247
Total Code Submissions1493
Total Times Completed174
C++ Completions68
C Completions68
JavaScript Completions54
Total Stars37
% of votes with a positive feedback rating77% of 39
Total "Very Satisfied" Votes26
Total "Somewhat Satisfied" Votes8
Total "Not Satisfied" Votes5
Total Rank Assessments4
Average Assessed Rank
6 kyu
Highest Assessed Rank
4 kyu
Lowest Assessed Rank
7 kyu
Ad
Contributors
  • sazzadshopno Avatar
  • monadius Avatar
Ad