xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

名片管理系統(tǒng)

資源截圖

代碼片段和文件信息

#define?_CRT_SECURE_NO_WARNINGS
#include
#include
#include

typedef?struct
{
char?name[20];
int??phone;
int??QQ;
char?mail[50];
}card_info;

int?menu()
{
int?flag?=?0;
system(“cls“);
printf(“************************************\n“);
printf(“********歡迎使用名片管理系統(tǒng)********\n“);
printf(“********????1.新建名片??????********\n“);
printf(“********????2.顯示全部??????********\n“);
printf(“********????3.查詢名片??????********\n“);
printf(“********????4.退出系統(tǒng)??????********\n“);
printf(“************************************\n“);
printf(“請輸入:“);
scanf(“%d“?&flag);
getchar();
return?flag;
}
//新建名片
void?add_card(card_info?info[]?int?count)
{
if?(count?>?20)
{
printf(“內(nèi)存已滿無法新建\n“);
return;
}
printf(“請輸入名字\n“);
scanf(“%s“?&inf

評論

共有 條評論

相關(guān)資源