Example 1
Example 2
1 <= positive_feedback.length, negative_feedback.length <= 1041 <= positive_feedback[i].length, negative_feedback[j].length <= 100Both positive_feedback[i] and negative_feedback[j] consists of lowercase English letters.No word is present in both positive_feedback and negative_feedback.n == report.length == student_id.length1 <= n <= 104report[i] consists of lowercase English letters and spaces ' '.There is a single space between consecutive words of report[i].1 <= report[i].length <= 1001 <= student_id[i] <= 109All the values of student_id[i] are unique.1 <= k <= nExample 1
Example 2
1 <= positive_feedback.length, negative_feedback.length <= 1041 <= positive_feedback[i].length, negative_feedback[j].length <= 100Both positive_feedback[i] and negative_feedback[j] consists of lowercase English letters.No word is present in both positive_feedback and negative_feedback.n == report.length == student_id.length1 <= n <= 104report[i] consists of lowercase English letters and spaces ' '.There is a single space between consecutive words of report[i].1 <= report[i].length <= 1001 <= student_id[i] <= 109All the values of student_id[i] are unique.1 <= k <= n