You are viewing a single comment's thread. Return to all comments →
` _set = set(map(int, input().split()))
print(all([set(map(int, input().split())) <= _set for _ in range(int(input()))])) `
Seems like cookies are disabled on this browser, please enable them to open this website
Check Strict Superset
You are viewing a single comment's thread. Return to all comments →
` _set = set(map(int, input().split()))
print(all([set(map(int, input().split())) <= _set for _ in range(int(input()))])) `