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.
19 lines
761 B
19 lines
761 B
|
|
void Exit()
|
|
{
|
|
system ("color 3F");
|
|
system("cls");
|
|
printf(" ========================================|\n");
|
|
printf(" | |\n");
|
|
printf(" | 学生信息管理系统 |\n");
|
|
printf(" | |\n");
|
|
printf(" | 制作人:周韬 周远航 |\n");
|
|
printf(" | |\n");
|
|
printf(" | 期待您的再次使用 ! |\n");
|
|
printf(" | |\n");
|
|
printf(" | 湖南工业大学通信1803 |\n");
|
|
printf(" | |\n");
|
|
printf(" |=======================================|\n");
|
|
}
|
|
|