Александр Цехмистер, 527 группа HalfMore 735
llilyshkall HalfMore 1033
n1object = eval(input())n1name_type = eval(input())
2count = 12count_type = 1
3while (el := input()) != '':3while (line := input()) != '':
4    el = eval(el)4    tmp_type = eval(line)
5    if el == object:5    if tmp_type == name_type:
6        count += 16        count_type += 1
7    else:7    else:
t8        count -= 1t8        count_type -= 1
9        if count == 0:9        if count_type < 0:
10            object = el10            name_type = tmp_type
11            count = 111            count_type = 1
12print(object)12print(name_type)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op