You are viewing a single comment's thread. Return to all comments →
t = int(input()) for _ in range(t): _=input() a = set(map(int, input().split())) _=input() b = set(map(int, input().split())) print(a.issubset(b))
Seems like cookies are disabled on this browser, please enable them to open this website
Check Subset
You are viewing a single comment's thread. Return to all comments →