2014年5月27日
摘要: 1 #include 2 #include 3 #include 4 #include 5 using namespace std; 6 const int Max = 5000 + 10; 7 int x[Max]; 8 int y[Max]; 9 int z[Max];10 int d... 阅读全文
posted @ 2014-05-27 23:23 俺家有地_ 阅读(121) 评论(0) 推荐(0)
摘要: 1 #include 2 #include 3 using namespace std; 4 const int Max = 100000; 5 int num[Max]; 6 int find_[Max]; 7 bool found[Max]; 8 int pos[Max] = { 9 ... 阅读全文
posted @ 2014-05-27 22:32 俺家有地_ 阅读(94) 评论(0) 推荐(0)