Check Strict Superset

  • + 0 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))