停车场管理系统代码

#include <iostream>#include <string>#include <fstream>#define MaxChe 3#define Chefei 0.5using namesp

#include &lt;iostream&gt; #include &lt;string&gt; #include &lt;fstream&gt; #define MaxChe 3 #define Chefei 0.5 using namespace std; class Time { public: int year; int mouth; int day; int hour; int minute; int second; void setTime() { cout&lt;&lt;"Time"&lt;&lt;endl; cout&lt;&lt;"year:"; cin&gt;&gt;year; cout&lt;&lt;"mouth:"; cin&gt;&gt;mouth; cout&lt;&lt;"day:"; cin&gt;&gt;day; cout&lt;&lt;"hour:"; cin&gt;&gt;hour; cout&lt;&lt;"minute:"; cin&gt;&gt;minute; cout&lt;&lt;"second:"; cin&gt;&gt;second; } void showTime() { cout&lt;&lt;year&lt;&lt;mouth&lt;&lt;day&lt;&lt;hour&lt;&lt;minute&lt;&lt;second; } }; class Che{ public: string ID; string Color;

腾讯文库停车场管理系统代码