Example 1
Example 2
1 <= emails.length <= 1001 <= emails[i].length <= 100emails[i] consist of lowercase English letters, '+', '.' and '@'.Each emails[i] contains exactly one '@' character.All local and domain names are non-empty.Local names do not start with a '+' character.Domain names end with the ".com" suffix.Domain names must contain at least one character before ".com" suffix.Example 1
Example 2
1 <= emails.length <= 1001 <= emails[i].length <= 100emails[i] consist of lowercase English letters, '+', '.' and '@'.Each emails[i] contains exactly one '@' character.All local and domain names are non-empty.Local names do not start with a '+' character.Domain names end with the ".com" suffix.Domain names must contain at least one character before ".com" suffix.