同余方程
题目>>http://codevs.cn/problem/1200/#include<iostream>
#include<cstdio>
#include<algorithm>
#include<cstring>
using namespace std;
typedef long long ll;
ll a,b,x,y,r,d;
int exgcd(ll a,ll b,ll &x,ll &y)
{
原创
2017-08-20 14:50:41 ·
289 阅读 ·
0 评论