摘要: int main(int argc, char** argv){int strLen = 5;char ch;char* str = (char*)malloc(sizeof(char*) * strLen);int count = 0;printf("Please input a string... 阅读全文
posted @ 2015-04-19 22:06 hust_liye 阅读(802) 评论(0) 推荐(0)