Георгий Попандопуло, 520 группа SwapFive 2983
Пахненко Иван 516 SwapFive 2530
t1count = 0t1count = 0
2k = int(input())2k = int(input())
3while True:3while True:
4    first = k * 10 ** count - k ** 24    first = k * 10 ** count - k ** 2
5    second = 10 * k5    second = 10 * k
6    temp = first // (second - 1)6    temp = first // (second - 1)
7    cur_num = 10 * temp + k7    cur_num = 10 * temp + k
8    temp_one = cur_num * k8    temp_one = cur_num * k
9    temp_two = k * 10 ** count + temp9    temp_two = k * 10 ** count + temp
10    if temp_one == temp_two:10    if temp_one == temp_two:
11        break11        break
12    count += 112    count += 1
13print(cur_num)13print(cur_num)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op