AI Features

Solved Problem - Factorization

In the lesson, we look at an efficient way to factor a number.

Problem statement

Given a number N>1N > 1, count the number of factors of the number N.

Input format

A single line of input contains the number 1N10121 \leq N \leq 10^{12} ...