- 博客(2)
- 问答 (1)
- 收藏
- 关注
原创 李佳欣111
#include<stdio.h> #include<string.h> #include<stdlib.h>float maxmin(int *p,int n){ int i; double index; for (i=0;i<n;i++){ index= *p; if(*(p+i)>= index ) index=*(p+i); } printf...
2021-12-16 17:08:22
100
原创 上三角矩阵
#include <stdio.h>int shuru(int t){ int flag = 0;scanf("%d\n", &t); return t;}int print (int t) { for(int i = 1; i <= t; i++) { int n,flag=0; scanf("%d", &n); int s[n][n]; for(int j = 0; j...
2021-12-06 20:48:16
313
空空如也
c语言PTA习题,求矩阵局部最大值,为啥跑出来不能用
2021-12-06
TA创建的收藏夹 TA关注的收藏夹
TA关注的人