使用Boost库的`gregorian`模块实现计算距离新年的时间量的测试程序

使用Boost库的gregorian模块实现计算距离新年的时间量的测试程序

#include 
#include 

int main() {
   
    // 获取当前日期
    boost::gregorian::date today = boost::

你可能感兴趣的:(编程)