From f5d3dbe0e026b7d77fc4602090879431cc698b38 Mon Sep 17 00:00:00 2001 From: Victor Alexandrovich Tsyrenschikov <77172321+tsyrenschikov@users.noreply.github.com> Date: Sat, 21 Mar 2026 11:26:51 +0500 Subject: [PATCH] python --- 1.py | 0 f.py | 15 ++++++++++++--- one.py | 10 ++++------ 3 files changed, 16 insertions(+), 9 deletions(-) create mode 100644 1.py diff --git a/1.py b/1.py new file mode 100644 index 0000000..e69de29 diff --git a/f.py b/f.py index 11ffaa7..cefa707 100644 --- a/f.py +++ b/f.py @@ -1,3 +1,12 @@ -a='Привет, Константин' -index=a.find(' ') -print(a[index+1:]) \ No newline at end of file +# Тип 6 № 43583 +dict1=dict() +count=0 +for A in range(101): + for i in range(9): + s = int(input()) + t = int(input()) + if (s > A) or (t > 11): + count+=1 + if count==4: + dict1[A] = count + count=0 \ No newline at end of file diff --git a/one.py b/one.py index a1698d0..ab0f875 100644 --- a/one.py +++ b/one.py @@ -1,6 +1,4 @@ -wrong = '@&*$/' - -password=input("enter your password") -for i in password: - if i in wrong: - print('Запрещенный символ -',i) \ No newline at end of file +set1=set(map(int,input().split())) +set2=set(map(int,input().split())) +set3=set(map(int,input().split())) +print(sorted(set1&set2&set3)) \ No newline at end of file