const ballots: Ballot[] = [
  { weight: 18, ranking: [0, 1, 2, 4, 3] },
  { weight: 19, ranking: [1, 0, 2, 4, 3] },
  { weight: 20, ranking: [2, 0, 1, 3, 4] },
  { weight: 21, ranking: [3, 0, 1, 2, 4] },