06 2024 档案
摘要:task1 #include <stdio.h> #define N 80 #define M 100 typedef struct { char name[N]; char author[N]; } Book; void func1(); void func2(); int main() { fu
阅读全文
摘要:1 #include<stdio.h> #include<string.h> #define N 3 typedef struct student{ int id; char name[20]; char subject[20]; double perf; double mid; double fi
阅读全文
浙公网安备 33010602011771号