Solved Problem - Factorization
In the lesson, we look at an efficient way to factor a number.
We'll cover the following...
Problem statement
Given a number , count the number of factors of the number N.
Input format
A single line of input contains the number ...