摘要:
#include <stdio.h> #include<string.h> #include<stdlib.h> #define N 100 typedef struct { char num[10]; // 学号 int s1; // 期末成绩 int s2; // 平时成绩 double sum 阅读全文
posted @ 2022-12-26 10:12
达达梨鸭
阅读(49)
评论(0)
推荐(0)
摘要:
#define _CRT_SECURE_NO_WARNINGS #include <stdio.h> #include <stdlib.h> int main() { int count = 0; FILE* fp; fp = fopen("C:\\Users\\yuyee\\Desktop\\程序 阅读全文
posted @ 2022-12-26 10:10
达达梨鸭
阅读(31)
评论(0)
推荐(0)

浙公网安备 33010602011771号