fn count_votes(list: Vec<usize>) -> Vec<(usize, usize)>
Expand description

进行计数,返回的是 Vec<(编号, 数量)>