Divisors
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Define the function that equals to the number of divisors of . Given two integers and , calculate the sum .
Input
Each line contains two integers and . The input is terminated by a line with .
Output
For each test case print in a separate line the value of .
Examples
Input #1
Answer #1
Submissions 618
Acceptance rate 40%