2022年3月24日

摘要: 差点点跑满了。。这他妈常数真的大 网上python解法一个都过不了 1 #include <bits/stdc++.h> 2 using namespace std; 3 using LL = long long; 4 map<LL, int> mp; 5 const LL comb[10][3] 阅读全文
posted @ 2022-03-24 23:57 OopsOops 阅读(36) 评论(0) 推荐(0)
 
摘要: 1 #include <bits/stdc++.h> 2 using namespace std; 3 using LL = long long; 4 const LL P = 998244353; 5 int main(){ 6 int T; 7 cin>>T; 8 while(T--){ 9 L 阅读全文
posted @ 2022-03-24 15:54 OopsOops 阅读(47) 评论(0) 推荐(0)
 
摘要: 1 #include<iostream> 2 #include<string> 3 #include<cstring> 4 #include<algorithm> 5 #include<cmath> 6 7 using namespace std; 8 9 int main() 10 { 11 in 阅读全文
posted @ 2022-03-24 14:17 OopsOops 阅读(20) 评论(0) 推荐(0)
 
摘要: #pragma GCC optimize("-Ofast","-funroll-all-loops") #include<bits/stdc++.h> //#define int long long using namespace std; const int N=1e6+10; int n,f[N 阅读全文
posted @ 2022-03-24 00:51 OopsOops 阅读(36) 评论(0) 推荐(0)