시간 제한메모리 제한제출정답맞힌 사람정답 비율
1 초 128 MB62328522142.829%

문제

The wise Sir Bedavere often uses non-standard logic, yet achieves positive results. Well, it seems he has been at it again, this time with division. He has determined that canceling the common digit of a numerator and denominator produces the correct answer. Of course, Sir Bedavere only tried this on a small sample of three digit numbers. An example of what he did is shown in the following division problem (in which he canceled the common 6):

\( \frac {166}{664} = \frac {16}{64} \)
If you divide this fraction, 6 of 16”6” and 6 of “6”64 are cancel out.

Your task is to find all three digit number combinations with the following property:

number combinations where removing the rightmost digit from the top number (numerator) and the identical leftmost digit from the bottom number (denominator) leaves the result of the calculation unchanged.

Omit all of the trivial cases — xxx/xxx = xx/xx (222/222 = 22/22). The solutions are to be shown in increasing order of the top number (the numerator).

입력

NONE! There is no input for this problem.

출력

Show the bogus division problems one to a line in the format shown below (which gives a sample merely to show the format) — single spaces separate the non-blank characters.

예제 입력 1


						

예제 출력 1

217 / 775 = 21 / 75
249 / 996 = 24 / 96

채점 및 기타 정보

  • 예제는 채점하지 않는다.