会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
huhuahope
博客园
首页
新随笔
联系
管理
订阅
2020年2月12日
C++ 已知两个时间(年月日)求日期差
摘要: #include<iostream> #include <ctime> using namespace std; int main() { struct tm t1 = { 0 }; struct tm t2 = { 0 }; double seconds; t1.tm_year = 2019 -
阅读全文
posted @ 2020-02-12 09:46 huhuahope
阅读(3994)
评论(0)
推荐(0)
编辑
公告