2973.Vasya and Polynomial

Time Limit: 1s Memory Limit: 256MB

Vasya is studying in the last class of school and soon he will take exams. He decided to study polynomials. Polynomial is a function P(x)=a0+a1x1+...+anxn. Numbers ai are called coefficients of a polynomial, non-negative integer n is called a degree of a polynomial.Vasya has made a bet with his friends that he can solve any problem with polynomials. They suggested him the problem: "Determine how many polynomials P(x) exist with integer non-negative coefficients so that 2973_1.png, and 2973_2.png, where 2973_3.png and b are given positive integers"? Vasya does not like losing bets, but he has no idea how to solve this task, so please help him to solve the problem.

Input Format(From the terminal/stdin)

Input The input contains three integer positive numbers 2973_4.png no greater than 1018.

Output Format(To the terminal/stdout)

Output If there is an infinite number of such polynomials, then print "inf" without quotes, otherwise print the reminder of an answer modulo 109+7.

Sample Input 1

Copy
2 2 2
 · · \n

Sample Output 1

Copy
2
 \n

Sample Input 2

Copy
2 3 3
 · · \n

Sample Output 2

Copy
1
 \n

Submit

请先 登录

© 2025 FAQs