摘要: C. Constructive Problems Never Die 对于出现次数大于1的数字,用出现次数为0的数字填充。 剩下的数字一定两两互不相同,对这些数循环移位,最后进行判断即可。 #include<bits/stdc++.h> #define pii pair<int, int> #def 阅读全文
posted @ 2022-08-15 19:00 Orzjh 阅读(59) 评论(0) 推荐(0)