select sum(read_num)/sum(show_num) as fans_ctr
from a
join b using(author_id)
join c using(content_id, fans_id)