12 lines
199 B
Text
12 lines
199 B
Text
|
|
Given a positive integer, count the number of its positive divisors.
|
||
|
|
|
||
|
|
|
||
|
|
;Task
|
||
|
|
Show the result for the first '''100''' positive integers.
|
||
|
|
|
||
|
|
|
||
|
|
;Related task
|
||
|
|
* [[Tau number]]
|
||
|
|
<br><br>
|
||
|
|
|