洛谷P2767 树的数量

题目 Solution 1.题解 2.我们班长给出的证明(举例中的I=6): #include<bits/stdc++.h> using namespace std; typedef long long ll; const int M=23333; int x,y; ll n,m; void ex_gcd(int a,int b,int &x,int &y){ if (!b) x=1,y=0;
相关文章
相关标签/搜索