Computer Science, asked by pullurisujith25, 3 months ago

Given a number (greater than 1 and less than
24
1e12), return the sum of its prime factors
for e.g.
9 = 3* 3, so answer is (3 + 3) = 6
6 = 3* 2. so answer is (3 + 2) = 5
[execution time limit] 4 seconds (is)
[input] integer64 num
Number ranges from 2 to 10^12
(output] integer64
TESTS
CUSTOM TESTS
sum of all the prime factors of the given
number
A Tests passed: 0/2. Syntax erre​

Answers

Answered by muskan70174
0

Answer:

The thoughts in the paragraph should have______ *

unity

all of them

similarity

differences

Similar questions