摘要: 紫书:P352#include #include #include using namespace std;int p[100];vector G[100]; //邻接表int n;void read_tree(){ int u,v; cin>>n; for(int i=0;i>... 阅读全文
posted @ 2015-11-29 18:25 江南何采莲 阅读(987) 评论(0) 推荐(0)
摘要: uva 297QuadtreesTime Limit:3000MSMemory Limit:Unknown64bit IO Format:%lld & %lluSubmitStatusDescriptionA quadtree is a representation format used to e... 阅读全文
posted @ 2015-11-29 17:51 江南何采莲 阅读(371) 评论(0) 推荐(0)