給出兩個年月日,計算出天數差。

2021-07-04 12:28:47 字數 608 閱讀 6279

雜題,目前正在學習c++,學習過程中碰到的題目。貼出來。

給出兩個年月日 求出天數差。

將元年作為參照物,不用考慮元年的一二月,天數相同,因此求差值的時候不會有影響。

**如下:

[cpp]view plain

copy

#include 

using

namespace

std;  

class

date  

intfromthatday() 

const

;  if

(d_month >= 3)  

else

return

day;  

}  static

intfromthatday(

const

date& obj1, 

const

date& obj2)  

};  

intmain()    

設計乙個函式,傳入兩個年月日,算出間隔的天數

def days year1,month1,day1,year2,month2,day2 list1 1,3,5,7,8,10,12 list2 4,6,9,11 day 0 先算出year1和year2之間年的總天數 for i in range year2 1,year1 if i 4 0 an...

Java 計算兩個日期之間的差 年 月 日

在專案中有這樣的需求 需要顯示剩餘的年月日。如下表 起始時間 截至期 有效期 2011 01 01 2013 12 31 3年 2011 01 01 2011 01 01 1天 處理平台的時間轉換 author alf 2011 8 31 上午09 21 39 public class dateha...

Java 計算兩個日期之間的差 年 月 日

在專案中有這樣的需求 需要顯示剩餘的年月日。如下表 起始時間 截至期 有效期 2011 01 01 2013 12 31 3年 2011 01 01 2011 01 01 1天 處理平台的時間轉換 author alf 2011 8 31 上午09 21 39 public class dateha...