摘要:
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> int main() { char a; char c[2][100] = {"nuist2022 - nuist2023", "FIFA World Cup 2022"}; FILE* fp; in 阅读全文
posted @ 2022-12-27 16:45
林炙
阅读(21)
评论(0)
推荐(0)
摘要:
#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-25 21:17
林炙
阅读(29)
评论(0)
推荐(0)
浙公网安备 33010602011771号