> For the complete documentation index, see [llms.txt](https://851958789.gitbook.io/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://851958789.gitbook.io/notes/0649_dota2_senate/slt.md).

# 思路1 贪心，用队列来模拟投票

队列中的元素就是在senate中的索引。每下一轮时，就把索引加上长度push进队列，保证了相对位置的不变。
