- 博客(3)
- 收藏
- 关注
原创 锐格实验——结构体
#include <stdio.h>#include <stdlib.h>struct stu{ int xuehao; char name[20]; double score;}p[100];void cmp(struct stu p[],int n){ int i,j; struct stu t;//t要是 ...
2020-04-23 21:16:25
264
原创 锐格实验——多维数组
5809 七段显示器输出int main(){ int max_save[10][7]={{1,1,1,1,1,1,0}, {0,1,1,0,0,0,0}, {1,1,0,1,1,0,1}, {1,1,1,1,0,0,1}, ...
2020-04-23 21:09:49
594
2
原创 锐格实验——字符串
5807 大写变小写ps.比较简单的一道,字符串循环。#include <stdio.h>#include <stdlib.h>#define LEN 10int main(){ char array[LEN]; int i; gets(array); i=0; while(array[i]!='\0') { ...
2020-04-23 20:51:03
1260
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅