摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { FILE *fp = NULL; fp = fopen("./1.txt", "w+ 阅读全文
posted @ 2020-07-30 13:00 ASini 阅读(170) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> #include <string.h> int main(void) { printf("\n"); system("pause"); return 0; } 阅读全文
posted @ 2020-07-30 10:58 ASini 阅读(202) 评论(0) 推荐(0) 编辑