2022年4月21日

摘要: 1 #include <bits/stdc++.h> 2 using std::cin; 3 using std::cout; 4 using i64 = long long; 5 constexpr int N = 1e3 + 5; 6 constexpr int P = 998244353; 7 阅读全文
posted @ 2022-04-21 20:25 OopsOops 阅读(21) 评论(0) 推荐(0) 编辑
 
摘要: 1 #include <bits/stdc++.h> 2 using std::cin; 3 using std::cout; 4 using i64 = long long; 5 const int N = 100; 6 __int128 C[N][N]; 7 template<class T> 阅读全文
posted @ 2022-04-21 18:28 OopsOops 阅读(50) 评论(0) 推荐(0) 编辑