摘要: #include<stdio.h> #include<stdlib.h> int main() { char a[2][100]={"nuist2022-nuist2023","FIFA World Cup 2022"}; FILE *fp; int i,n=0; char ch; fp=fopen 阅读全文
posted @ 2022-12-27 11:24 real·man 阅读(31) 评论(0) 推荐(0)
摘要: #include <stdio.h> #include <string.h> #define N 3 typedef struct student { int id; // 学号 char name[20]; // 姓名 char subject[20]; // 考试科目 double perf; 阅读全文
posted @ 2022-12-27 11:22 real·man 阅读(38) 评论(0) 推荐(0)