spring boot(学习笔记第十九课) Spring boot的batch框架,以及Swagger3(OpenAPI)整合 学习内容:
Spring boot的batch框架Spring boot的Swagger3(OpenAPI)整合
1. Spring boot batch框架
Spring Batch是什么 Spring Batch 是一个…
前言:怎么也没想到要用dp来做,并且这个题目中如果列为1的话还要特殊考虑 题目地址 #include<bits/stdc.h>
using namespace std;//#define int long long
const int N (int)5e3 10;
int dp[N][N][2]; // 0 表示上端点,1表示下端点
in…