Knot Knowledge
This commit is contained in:
4
knotknowledge.py
Normal file
4
knotknowledge.py
Normal file
@@ -0,0 +1,4 @@
|
||||
_ = input()
|
||||
knots = set(map(int, input().split()))
|
||||
learnedknots = set(map(int, input().split()))
|
||||
print(list(knots.difference(learnedknots))[0])
|
||||
Reference in New Issue
Block a user