摘要:1.树上点分治。 第一次手写AC点分治呢。bzoj1316 #include<bits/stdc++.h> using namespace std; #define N 10010 set<int> s; bool ans [110]; inline int read(){ int x=0;char
阅读全文
posted @ 2017-11-15 08:16
posted @ 2017-11-15 08:16