摘要: 为了方便使用,所以置顶 阅读全文
posted @ 2018-01-23 20:10 Caturra 阅读(270) 评论(0) 推荐(0)
摘要: 当A连向C,B连向D时存在相交路径 C++ include define rep(i,j,k) for(int i=j;i=k;i ) using namespace std; const int mod = 100000007; typedef long long ll; ll egcd(ll a 阅读全文
posted @ 2018-01-23 16:51 Caturra 阅读(118) 评论(0) 推荐(0)