At the interview senior H&H developers like to give newcomers different tasks. One of the tasks is the following. You are given the K different natural numbers from 1 to N. Your task is to find two of them so that one is divided by another.
Выходные данные
Write to the output indexes of the two numbers you found or two zeros if there are no such numbers.