摘要: 难点:1.strtok_s的应用,每调用一次,就指向“?”的下一个单词,可以计数后输出 #include "stdafx.h"#include<iostream>#include<string.h>using namespace std; int main(){ char str[1000000]; 阅读全文
posted @ 2016-04-08 16:17 陈xx有在努力变大神 阅读(80) 评论(0) 推荐(0)