You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
620 B
14 lines
620 B
#include<stdio.h>
|
|
#include<stdlib.h>
|
|
int main()
|
|
{
|
|
|
|
printf("***************************歌手比赛管理系统************************************\n");
|
|
printf(" G**********************G \n");
|
|
printf("***********************************G*******************************************\n");
|
|
printf(" 1.输入选手数据 2. 评委打分 3.计算平均分 \n 4.成绩排序");
|
|
printf(" 5.写入数据文件 6.打开文件\n 7.退出系统\n");
|
|
printf("*******************************************************************************\n");
|
|
|
|
|