摘要: 关键点: 无; 基本思想: 无; #include<iostream> #include<string> #include<vector> #include<algorithm> using namespace std; int ht[101]; int main() { int n; int a; 阅读全文
posted @ 2020-03-13 23:51 暮云林凌 阅读(144) 评论(0) 推荐(0)
摘要: 基本思想: 无; 关键点: 无; #include<iostream> #include<string> #include<vector> #include<queue> using namespace std; const int maxn = 1000000; int num[maxn]; in 阅读全文
posted @ 2020-03-13 23:47 暮云林凌 阅读(236) 评论(0) 推荐(0)