摘要: #define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> #include<stdlib.h> #include<math.h> #include<time.h> int main() { int arr[10]={1, 阅读全文
posted @ 2020-08-12 19:03 wh19991213 阅读(186) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> #define SIZE 10 //通过输入10只小猪的体重,比较 阅读全文
posted @ 2020-08-12 15:12 wh19991213 阅读(229) 评论(0) 推荐(0) 编辑
摘要: #define _CRT_SECURE_NO_WARNINGS#include<stdio.h>#include<string.h>#include<stdlib.h>#include<math.h>#include<time.h> #define SIZE 10//宏定义常量 int main01 阅读全文
posted @ 2020-08-12 14:35 wh19991213 阅读(738) 评论(0) 推荐(0) 编辑