You are given a list of scores for multiple students, represented as items, where
Return the result as an array of pairs, result, where result should be sorted in ascending order by
Note: To calculate the top five averages for each student, sum their highest five scores and perform integer division by
.
Constraints:
items.length
items[i].length
For each
You are given a list of scores for multiple students, represented as items, where
Return the result as an array of pairs, result, where result should be sorted in ascending order by
Note: To calculate the top five averages for each student, sum their highest five scores and perform integer division by
.
Constraints:
items.length
items[i].length
For each