摘要: 任务一 include <stdio.h> define N 5 void input(int x[], int n); void output(int x[], int n); void find_min_max(int x[], int n, int* pmin, int* pmax); int 阅读全文
posted @ 2026-06-02 21:36 张艳斌 阅读(9) 评论(0) 推荐(0)
摘要: 程序一 include < stdio.h> include < stdlib.h>int main() double a,b,c; scanf("%1f %lf %lf",&a, &b,&c); if(a+b>cssa+c>b&&b+c>a) if(a== b&&a== c) printf("构成 阅读全文
posted @ 2026-05-05 17:51 张艳斌 阅读(9) 评论(0) 推荐(0)
摘要: 程序1 include<stdio.h> int main( ) { int x=1234; float f=123.456; double m=123.456; char ch='a'; char a[]="Hello,world!"; int y=3,z=4; printf("%d %d\n", 阅读全文
posted @ 2026-04-21 18:16 张艳斌 阅读(8) 评论(0) 推荐(0)
摘要: ![1](https://img2024.cnblogs.com/blog/3788120/202604/3788120-20260413221743772-1010763022.png) 阅读全文
posted @ 2026-04-13 22:19 张艳斌 阅读(8) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/zyb678 阅读全文
posted @ 2026-04-13 22:11 张艳斌 阅读(5) 评论(0) 推荐(0)