摘要: 1001 fraction 题意:求出最小的B使得A==BX(MOD P) 0<A<B。 思路: 代码: 1 #include<bits/stdc++.h> 2 using namespace std; 3 #define ll long long 4 void f(ll lup,ll ldown, 阅读全文
posted @ 2019-08-10 09:54 nlc_x 阅读(253) 评论(0) 推荐(0)