gokuu007's blog

By gokuu007, history, 15 months ago, In English

************************************ Factors ***************************************

gokuu007

So recently when I was studying some basics of combinatorics I got an idea of a problem, So in this blog I will be sharing the problem and the solution of the problem. And the solution of the problem.

So the problem statement is :

You are given a no N and m queries. there 3 type of queries :

Type 1 : You have to print the total no of factors of N. (1<=N<=10^18)

Type 2 : You have to print the total sum of factors of N.

Type 3 : You have to print the total sum of the reciprocals of the factors of N.

Solution :

Can any one come up with a better solution ??

Full text and comments »

  • Vote: I like it
  • -17
  • Vote: I do not like it