2020年11月17日
摘要: 结构体的代码 `typedef struct{ int uid;//卡号 int password;//密码 float balance; //余额 bool flag; //该账户是否存在,存在为true }account; vector base;` 检测方法 bool check(accoun 阅读全文
posted @ 2020-11-17 22:23 mmmmyu 阅读(58) 评论(0) 推荐(0)