04 2024 档案
摘要:L2-1 点赞狂魔 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const LL N=200200,M=2020,INF=0x3f3f3f3f; LL n; s
阅读全文
摘要:L1-6 整除光棍(思维题) #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const LL N=100200,M=2020; const double PI=3
阅读全文
摘要:L1-1 寻找250 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const LL N=100200,M=2020; const double PI=3.141
阅读全文
摘要:输入样例: 6 2 1 3 2 4 3 5 2 6 1 输出样例: 4 #include<bits/stdc++.h> using namespace std; typedef long long LL; typedef pair<LL,LL> PII; const LL N=100200,M=20
阅读全文