摘要: 3 4 5 阅读全文
posted @ 2022-12-27 18:17 wcl8 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 6 7 阅读全文
posted @ 2022-11-28 19:02 wcl8 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 #include <stdio.h> #include<math.h> long long func(int n); int main() { int n; long long f; printf("输入一个整数:"); while (scanf_s("%d", &n) != EOF) 阅读全文
posted @ 2022-11-05 13:07 wcl8 阅读(11) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h> #include<stdlib.h> #include<time.h> #define N 5 int main() { int number; int i; srand(time(0)); for (i = 0;i < N; ++i) { number = ra 阅读全文
posted @ 2022-10-22 15:16 wcl8 阅读(3) 评论(0) 推荐(0) 编辑