摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> struct record{ char name[25],time[15],flag[10]; int tollTime,onOff; }; struct customers{ int s 阅读全文
posted @ 2023-02-04 22:09 小李要发财 阅读(25) 评论(0) 推荐(0)