#include<stdio.h>#include<stdlib.h>#include<string.h>#define N 101typedef struct student{ char number[15]; char name[30]; int score;}STUDENT;/******************************************************************************** 以下是函数声明部分 ******...
为什么在日志里输入大于符号,发表后的结果&gt;