https://leetcode.com/problems/reward-top-k-students
Type: Classic
["smart","brilliant","studious"]
["not"]
["this student is studious","the student is smart"]
[1,2]
2
["smart","brilliant","studious"]
["not"]
["this student is not studious","the student is smart"]
[1,2]
2
[ { score: 3, id: 1 }, { score: 3, id: 2 } ]
[ { score: 3, id: 2 }, { score: 2, id: 1 } ]
[1,2]
[2,1]