[LeetCode] 2085. Count Common Words With One Occurrence
Given two string arrays words1 and words2, return the number of strings that appear exactly once in each of the two arrays. Example 1:Input: words1 = [“leetcode”,”is”,”amazing”,”as”,”is”], words2