摘要: #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-29 22:58 王涵钰 阅读(17) 评论(0) 推荐(0) 编辑
摘要: #include <stdio.h> #include<stdlib.h> #include <string.h> #define N 5 typedef struct student { char name[10]; int num; int maths; int computer; int en 阅读全文
posted @ 2022-12-29 22:56 王涵钰 阅读(16) 评论(0) 推荐(0) 编辑