摘要: 一、问题描述。 编写一个可以持续刷新的时钟。 代码实现。 #include <iostream>#include<unistd.h>using namespace std;int main() { int year, month, day, hour, min, sec; cin >> year > 阅读全文
posted @ 2023-05-12 20:59 liuxuechao 阅读(21) 评论(0) 推荐(0) 编辑