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

2011年10月20日

摘要: // Console1018.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <iostream>#include <time.h>#include <sstream>#include <string>using namespace std;#define N 100void ReverseWord(char *s, int low, int high);int main(){ char s[] = 阅读全文

posted @ 2011-10-20 11:45 ChessYoung 阅读(558) 评论(0) 推荐(0) 编辑