Problem Description
Given a list of accounts where each element accounts[i] contains the account name and a list of emails, merge accounts that belong to the same person.
Given a list of accounts where each element accounts[i] contains the account name and a list of emails, merge accounts that belong to the same person.