P2746-[USACO5.3]校园网Network of Schools-CSDN博客

网站介绍:文章浏览阅读86次。1 #include <bits/stdc++.h> 2 3 using namespace std; 4 #define _for(i,a,b) for(int i = (a);i < b;i ++) 5 #define _rep(i,a,b) for(int i = (a);i > b;i --) 6 #define I...