A1UOCK


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 512M

Problem type

Cho hai số nguyên dương \(n\) và số \(k\).

Yêu cầu: Cho biết ước dương thứ \(k\) của số \(n\).

Input

  • Gồm một dòng chứa hai số nguyên \(n,k (1≤n,k≤10^5 )\).

Output

  • Ghi một số là ước thứ \(k\) của \(n\). Nếu \(n\) không có ước thứ \(k\)thì ghi \(-1\).

Sample Input

10 3

Sample Output

5

Sample Input

12 7

Sample Output

-1

Comments

There are no comments at the moment.