摘要:
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 阅读全文