随笔分类 -  数学 欧几里德

摘要:#include #include #include #include #define LL long long using namespace std; const int maxn=1e3+10; #define in(x) scanf("%lld",&x) #define inf 9223372036854775807LL LL ex_gcd(LL a,LL b,LL&x,LL &... 阅读全文
posted @ 2018-10-01 19:45 BIack_Cat 阅读(163) 评论(0) 推荐(0)