摘要: #include #include #define MAXSIZE 100 #define N 2 struct car { int ID;//汽车牌照号 int Time; // 汽车到达或离去时间 char Su;//汽车到达还是离去 int position;//汽车在停车场或过道的位置 }; typedef struct car Car; struct SNode//两个栈共... 阅读全文
posted @ 2017-04-08 15:52 天道酬勤之菜鸟先飞 阅读(217) 评论(0) 推荐(0)