2022年7月23日

摘要: #include <bits/stdc++.h> #define dbg(x) std::cerr << #x << "=" << x << "\n" using i64 = long long; #define int i64 void exgcd(int &gcd, int a, int b, 阅读全文
posted @ 2022-07-23 14:40 OopsOops 阅读(88) 评论(0) 推荐(0) 编辑
 
摘要: #include <bits/stdc++.h> #define dbg(x) std::cerr << #x << "=" << x << "\n" using i64 = long long; const int N = 105; std::vector<double> f[N]; void o 阅读全文
posted @ 2022-07-23 12:02 OopsOops 阅读(32) 评论(0) 推荐(0) 编辑