Files
pythonProject/one.py
Victor Alexandrovich Tsyrenschikov f5d3dbe0e0 python
2026-03-21 11:26:51 +05:00

4 lines
134 B
Python

set1=set(map(int,input().split()))
set2=set(map(int,input().split()))
set3=set(map(int,input().split()))
print(sorted(set1&set2&set3))