摘要: 1 #include //万能头 2 using namespace std; 3 typedef long long ll; 4 const int MAXA = 1010; 5 ll n, h, r; 6 ll x[MAXA], y[MAXA], z[MAXA]; 7 int fa[MAXA]; 8 bool bookup[MAXA], book... 阅读全文
posted @ 2019-07-19 14:12 ◆寻梦∽天涯◆ 阅读(180) 评论(0) 推荐(0) 编辑