摘要: 1 //做一个时分秒时钟 2 3 #include 4 #include 5 6 #include 7 #include 8 9 #include 10 using namespace std; 11 12 int main() 13 { 14 time_t t; 15 struct tm* tt; 16 while(1) 17 ... 阅读全文
posted @ 2018-09-03 14:34 2018年8月10日注册 阅读(219) 评论(0) 推荐(0) 编辑