```cpp
#include
#include
#include
int main() {
auto now = std::chrono::system_clock::now();
std::time_t now_time = std::chrono::system_clock::to_time_t(now);
std::cout << "当前时间: " << std::ctime(&now_time) << std::endl;
return 0;
}
```
评论区:
评论:
关于我:
Hello I’m Jenny Kurto author of Letter town blog. This is my personal space which is like to share
others. And i’m living New York city working and blogging.
评论区: