public class Main { public static void main(String[] args) { int startYear 2000; int startMonth 1; int startDay 1; // 周六 int endYear 2020; int endMonth 10; int endDay 1; // 周四 int totalDistance 0; // 计算开始日期到结束日期之间的每一天 …
👨🏫 Acwing 字串简写 输入
4
abababdb a b输出
6💖 前缀和
import java.util.Scanner;public class Main
{static int N (int) 5e5 10;static int[] l new int[N];// l[i] 表示 i 以及 i 左边包含多少个字符 apublic static void …
0魔法阵 - 蓝桥云课 (lanqiao.cn) #include <iostream>
#include <queue>
#include <vector>
#include <cstring>
#include <algorithm>using namespace std;#define x first
#define y second
const int N 1010;
const int inf 1e4;
vector&…
🔥博客主页:fly in the sky - CSDN博客 🚀欢迎各位:点赞👍收藏⭐️留言✍️🚀 🎆慢品人间烟火色,闲观万事岁月长🎆 📖希望我写的博客对你有所帮助,如有不足,请指正&#…