This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-02-13 21:39:59 +05:00
parent 3f866f753e
commit 1875a07fa8

8
f.py
View File

@@ -1 +1,7 @@
print(max([int(input()) for i in range(int(input()))]))
sum_i=0
for i in range(int(input('Введите число последовательности: '))):
a=int(input('Введите числа'))
if a%5==0 and a>sum_i:
sum_i=a
print(sum_i)