📄 4.c
字号:
include<iostream.h>
#include "conio.h"
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#define M 50
#define N 5
typedef struct
{char name[9];
char no[10];
float score[N];
float aves;
}MBTP;
void menu()
{int ch;
char menu_s[]={" 中南民族大学01级电信学院学籍管理系统
\n\r"
"_____________________________________________________________\n\r"
"
\n\r"
" 1. 输入学生数据 2.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -