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.

28 lines
1.2 KiB

bye() /*say bye~@!,实现功能同上*/
{
Initialize();
system("cls"); /*清屏*/
system("color 2"); /*设置颜色*/
printf("\t╔──────────────────╗\n");
printf("\t║ 结束界面 ║\n");
printf("\t║ ║\n");
printf("\t║ ║\n");
printf("\t║ 谢谢使用 ║\n");
printf("\t║ ║\n");
printf("\t║ ║\n");
printf("\t║ ║\n");
printf("\t║ 请 ║\n");
printf("\t║ 按 ║\n");
printf("\t║ 任 ║\n");
printf("\t║ 意 ║\n");
printf("\t║ 键 ║\n");
printf("\t║ 退 ║\n");
printf("\t║ 出 ║\n");
printf("\t║ 谢 ║\n");
printf("\t║ 谢 ║\n");
printf("\t║ 再见! ║\n");
printf("\t║ ║\n");
printf("\t╚━━━━━━━━━━━━━━━━━━╝\n");
exit(0);
}