Акинин Евгений Алексеевич 525 гр. SecondMax 1155
Александр Цехмистер, 527 группа SecondMax 734
t1max1 = int(input())t1max = int(input())
2max2 = 'NO'2second_max = 'NO'
3while (a := int(input())):3while (el := int(input())):
4    if a > max1:4    if el > max:
5        max2 = max15        second_max = max
6        max1 = a6        max = el
7    elif a < max1 and (max2 == 'NO' or max2 < a):7    elif el < max and (second_max == 'NO' or second_max < el):
8        max2 = a8        second_max = el
9print(max2)9print(second_max)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op