蓝桥杯省赛无忧 编程2 顺子日期

在这里插入图片描述

https://www.lanqiao.cn/problems/2096/learning/?isWithAnswer=true&page=1&first_category_id=1&name=%E9%A1%BA%E5%AD%90%E6%97%A5%E6%9C%9F

在这里插入图片描述

#include <iostream>
using namespace std;
int main()
{
   
  // cout<<"20220120"<<endl;
  // cout<<"20220121"<<endl;
  // cout<<"20220122"<<endl;
  // cout<<"20220123"<<endl;
  // cout<<"20220124"<<endl;
  // cout<<"20220125"<<endl;
  // cout<<"20220126"<<endl;
  // cout<<"20220127"<<endl;
  // cout<<"20220128"<<endl;
  // cout<<"20220129"<<endl;
  // cout<<"20221012"<<endl;
  // cout<<"20221123"<<endl;
  // cout<<"20221230"<<endl;
  // cout<<"20221231"<<endl;
  
  cout<<"14";
  return 0;
}

其他方法后续更新

相关推荐

  1. 日期

    2024-01-13 21:38:07       47 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-01-13 21:38:07       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-01-13 21:38:07       100 阅读
  3. 在Django里面运行非项目文件

    2024-01-13 21:38:07       82 阅读
  4. Python语言-面向对象

    2024-01-13 21:38:07       91 阅读

热门阅读

  1. QT基础篇(4)QT5基本对话框

    2024-01-13 21:38:07       48 阅读
  2. C++ (MFC) 单程序运行(防止多开程序)

    2024-01-13 21:38:07       68 阅读
  3. go如何终止多个for select循环嵌套

    2024-01-13 21:38:07       52 阅读
  4. Redis面试题12

    2024-01-13 21:38:07       53 阅读
  5. 达梦数据实时同步工具DMHS常见故障处理

    2024-01-13 21:38:07       52 阅读
  6. Union-Find

    2024-01-13 21:38:07       61 阅读
  7. 【数模百科】2004-2023年美赛获奖论文下载

    2024-01-13 21:38:07       63 阅读