摘要: #define _CRT_SECURE_NO_WARNINGS #include <string> #include <windows.h> #include <stdint.h> #include <tlhelp32.h> #include <iostream> #include <vector> 阅读全文
posted @ 2020-03-27 21:17 神迹丶 阅读(2212) 评论(5) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> struct Node { int id; Node* next; }; //初始化头节点 Node* init_m_head() { Node* temp 阅读全文
posted @ 2020-03-27 03:57 神迹丶 阅读(1551) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #define MAX 26 void test(char* p) { int num = 0; //定义一个变量记录中间的值 for (int i = 0; 阅读全文
posted @ 2020-03-27 00:19 神迹丶 阅读(1459) 评论(0) 推荐(0) 编辑
网站已运行: