3903.System of Equations

Time Limit: 1s Memory Limit: 256MB

Furik loves math lessons very much, so he doesn't attend them, unlike Rubik. But now Furik wants to get a good mark for math. For that Ms. Ivanova, his math teacher, gave him a new task. Furik solved the task immediately. Can you?

You are given a system of equations:

3903_1.png

You should count, how many there are pairs of integers (a,b) (0 \le a,b) which satisfy the system.

Input Format(From the terminal/stdin)

A single line contains two integers n,m (1 \le n,m \le 1000) - the parameters of the system. The numbers on the line are separated by a space.

Output Format(To the terminal/stdout)

On a single line print the answer to the problem.

Sample Input 1

Copy
9 3
 · \n

Sample Output 1

Copy
1
 \n

Sample Input 2

Copy
14 28
  ·  \n

Sample Output 2

Copy
1
 \n

Sample Input 3

Copy
4 20
 ·  \n

Sample Output 3

Copy
0
 \n

Hints

In the first sample the suitable pair is integers (3,0). In the second sample the suitable pair is integers (3,5). In the third sample there is no suitable pair.

Submit

请先 登录

© 2025 FAQs