摘要:
#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
神迹丶
阅读(2254)
评论(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
神迹丶
阅读(1596)
评论(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
神迹丶
阅读(1580)
评论(0)
推荐(0)

浙公网安备 33010602011771号