zadanie

Anonymous
python
04/30/2023 5:36 PM
200 B
23
Indexable
n=int(input())
max=0
for i in range(n):
    a=int(input())
    if a%10==1:
        max=a
if max==0:
    print('Нет')
else:
    print(max)
Editor is loading...