C语言--仓库管理系统(5)

#include <iostream.h>#include <iomanip.h>#include <stdlib.h>typedef struct{int no;char name[5];int n

腾讯文库C语言--仓库管理系统(5)