← 返回 capitalone 的题目列表Find Branch with Most Unique Files
类型:online_judge
capitalone
Given a text (a list of strings/lines), output the branch name with the most unique files (guaranteed no tie).
Example
Input
switch branch1
push file1
push file2
switch branch2
push file1
push file2