select gpa from user_profile where university = "复旦大学" 
and
gpa = (select max(gpa) from user_profile where university = "复旦大学" )