摘要: 自动寄存柜 #include <stdio.h> #include <time.h> #include <stdlib.h> struct boxs{ int id; int passwd; int is_used; }; void init_boxs(struct boxs *, int); in 阅读全文
posted @ 2021-10-07 21:13 就是想学习 阅读(37) 评论(0) 推荐(0) 编辑