cheng_you_know

学而时习之!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年1月21日

摘要: #include #include #include #include #include using namespace std;char s1[200];char s2[200];char *reverse(char *s){ if(s==NULL) return NULL; int end = strlen(s) -1; int begin = 0; ch... 阅读全文
posted @ 2014-01-21 21:54 cheng_you_know 阅读(254) 评论(0) 推荐(0) 编辑

摘要: #include #include #include #include #include using namespace std;char s1[30];char s2[30];char s3[30];char *reverse(char *s){ if(s==NULL) return NULL; int end = strlen(s) -1; int begin ... 阅读全文
posted @ 2014-01-21 21:16 cheng_you_know 阅读(179) 评论(0) 推荐(0) 编辑