Loading

上一页 1 ··· 3 4 5 6 7
摘要: VS调试的程序,scanf_s会报错。代码加上#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> #include <stdlib.h> #define OK 1 #define ERROR 0 #define MAXSIZE 100 #defi 阅读全文
posted @ 2023-01-18 15:22 qianyuzz 阅读(22) 评论(0) 推荐(0)
摘要: 数据结构课上的一份实验报告 主要是应对实验报告,应该存在逻辑错误的地方没改。 #include <iostream> typedef int KeyType; typedef int InfoType ; #define MAXSIZE 100 typedef struct { KeyType ke 阅读全文
posted @ 2023-01-18 15:20 qianyuzz 阅读(42) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7