This commit is contained in:
Victor Alexandrovich Tsyrenschikov
2026-03-21 11:26:51 +05:00
parent 81d0645603
commit f5d3dbe0e0
3 changed files with 16 additions and 9 deletions

0
1.py Normal file
View File

15
f.py
View File

@@ -1,3 +1,12 @@
a='Привет, Константин' # Тип 6 № 43583
index=a.find(' ') dict1=dict()
print(a[index+1:]) 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

10
one.py
View File

@@ -1,6 +1,4 @@
wrong = '@&*$/' set1=set(map(int,input().split()))
set2=set(map(int,input().split()))
password=input("enter your password") set3=set(map(int,input().split()))
for i in password: print(sorted(set1&set2&set3))
if i in wrong:
print('Запрещенный символ -',i)