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