You are viewing a single comment's thread. Return to all comments →
n = int(input())
for i in range(n):
set_a_ele_num = int(input()) set_a = set(input().split()) set_b_ele_num = int(input()) set_b = set(input().split()) print(set_a.issubset(se t_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 →
n = int(input())
for i in range(n):