摘要: ##神仙题 $solution$ 快读+sort找出现次数大于n/2的编号就可以过了,时间限制是5s,考场没过是我想太多 AC Code #include<bits/stdc++.h> using namespace std; inline int read() { int x=0,f=1; cha 阅读全文
posted @ 2022-08-23 19:04 两只风小鱼 阅读(13) 评论(0) 推荐(0)