← Back to companies
[ OK ] Loaded —
[ INFO ]
$ cd
$ ls -lt
01
02
03
04
05
$ ls -lt
01
02
03
04
05
user@intervues:~/$
You are given a list of score records for different students. Each record is a two-element list where the first element is the student id (integer) and the second element is a score (integer). A student may appear multiple times with different scores. Your task is to compute the average of each student’s scores and return the highest such average. If the highest average is a floating-point value, round it down to the nearest integer (floor value).