摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> int getstrcount01(char*ch) { int 阅读全文
posted @ 2020-08-31 20:47 wh19991213 阅读(216) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> char*my_strstr(char*src,char*dest 阅读全文
posted @ 2020-08-31 20:13 wh19991213 阅读(275) 评论(0) 推荐(0)
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> //int argc表示传递参数的个数 ;eg:gcc -o he 阅读全文
posted @ 2020-08-31 19:00 wh19991213 阅读(205) 评论(0) 推荐(0)