Bad_Programist

Untitled

Dec 23rd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. print(*sorted(list(map(int, list(set(input().split()) & set(input().split()))))))
Advertisement
Add Comment
Please, Sign In to add comment