Untitled

 avatar
user_5668965
python
14 days ago
98 B
1
Indexable
Never
for t in range(int(input())):
    print('NO' if len(set(input()) & set(input())) == 0 else 'YES')
Leave a Comment