We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7e5f51 commit 4df419bCopy full SHA for 4df419b
Set .difference() Operation
@@ -0,0 +1,5 @@
1
+input()
2
+english = set(map(int,input().split()))
3
4
+french = set(map(int,input().split()))
5
+print(len(english.difference(french)))
0 commit comments