C++練習 | 計算兩日期之間天數差

1 #include<iostream> 2 #include<string> 3 #include<cstring> 4 using namespace std; 5 6 class Date 7 { 8 private: 9 int year; 10 int month; 11 int day; 12 public: 13
相關文章
相關標籤/搜索