You are viewing a single comment's thread. Return to all comments →
my all testcases are run successfully but last one give error(one testcase is fai)l can anyone tell me what should i do?????
setA = set(map(int, input().split())) n=int(input()) for i in range(n): n_set=set(map(int, input().split()))
print(setA.issuperset(n_set))
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 →
my all testcases are run successfully but last one give error(one testcase is fai)l can anyone tell me what should i do?????
setA = set(map(int, input().split())) n=int(input()) for i in range(n): n_set=set(map(int, input().split()))
print(setA.issuperset(n_set))