diff --git a/one.py b/one.py index 5b1ad62..86b07a1 100644 --- a/one.py +++ b/one.py @@ -1 +1,3 @@ -print(max(filter(lambda x: x%4==0,[int(input()) for i in range(int(input()))]))) \ No newline at end of file +a=int(input('Введите число')) +b=2 +print(a+b) \ No newline at end of file