C语言程序仓库管理系统
#include <stdio.h>#include <string.h>#include <stdlib.h>#include <conio.h>struct Info{ char num[20];
C语言程序仓库管理系统