PythonProject

This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2025-07-15 23:57:46 +05:00
parent 0da2850f0f
commit 0fc5b15016
15 changed files with 22244 additions and 1 deletions

1
one.py Normal file
View File

@@ -0,0 +1 @@
print(max(filter(lambda x: x%4==0,[int(input()) for i in range(int(input()))])))