[UVA] 10699 - Count the factors
Problem D - Count the factors
Time Limit: 1 second
The Problem
Write a program, that computes the number of different prime factors in a positive integer.
The Input
The input tests will consist of a series of positive integers.
Eac...