- 博客(3)
- 收藏
- 关注
原创 文件23333333
有两个文本文件lb8103a.txt和lb8103b.txt。#include <stdio.h>int main(void){ int n, sum = 0, i; char ch; char str[20]; FILE *fp; printf("Input filename:"); scanf("%s", str); printf("Input n:");...
2022-03-28 19:47:53 324
原创 结构体233333
成绩排序#include <stdio.h>#include <stdlib.h>struct student{int number;int score;};int main(){struct student students[101];int n, i, j;struct student temp;while(scanf("%d",&n) != EOF){//接收数据for(i = 0; i ...
2022-03-03 18:30:33 90
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人