We have $4 \times 3 = 12$.
From this equation we can observe the following facts.
Given two numbers, write a program that determines which of the following three relationships holds between the first number and the second number.
The input consists of several test cases. Each test case is given on one line as two natural numbers, each not exceeding $10{,}000$. The two numbers are never equal. The last line of the input contains two zeros, and this line is not processed.
For each test case, print factor if the first number is a divisor of the second number, multiple if the first number is a multiple of the second number, or neither if it is neither, each on its own line.