摘要: Is It A Tree? Time Limit:1000MS Memory Limit:10000KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 1308 Is It A Tree? Submit Status Practic 阅读全文
posted @ 2016-03-29 20:37 超级学渣渣 阅读(333) 评论(0) 推荐(0) 编辑
摘要: #include<iostream> #include<stdio.h> #include<algorithm> #include<math.h> using namespace std; int par[103]; struct Island { int x,y; } isl[103]; stru 阅读全文
posted @ 2016-03-29 19:09 超级学渣渣 阅读(228) 评论(0) 推荐(0) 编辑