摘要: 逆元 #include<bits/stdc++.h> using namespace std; typedef long long ll; typedef long double ld; ll inv[100000001]; bool check(ll x) { if(x==1||x==0) return 阅读全文
posted @ 2022-04-16 15:00 Bronya_Silverwing 阅读(61) 评论(0) 推荐(0)