【c++程序】倒計時程序

#include<iostream> using namespace std; #include<ctime> class Clock{ int h; int m; int s; public: void set(int hour,int min,int sec);//set(int ,int ,int ) void tick(); void show(); void run();
相關文章
相關標籤/搜索