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