Check Strict Superset

  • + 0 comments

    But this is possible with a heck lot of parantheses

    SETA = set(map(int, input().split()))
    
    print(all(SETA > set(map(int, input().split())) for _ in range(int(input()))))