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)
  2014年5月20日
摘要: #include #include #include using namespace std;int main(){ int n; while(cin >> n) { stack one; string od1,od2; bool stat... 阅读全文
posted @ 2014-05-20 15:45 俺家有地_ 阅读(114) 评论(0) 推荐(0)
  2014年5月16日
摘要: #include#includechar str[100][100];int com(int t,int x){ int n,m,i; n=strlen(str[t]); m=strlen(str[x]); n=(n>m)?m:n; for(i=0;i//我写的#inc... 阅读全文
posted @ 2014-05-16 19:53 俺家有地_ 阅读(105) 评论(0) 推荐(0)