今天写道这么一道题,鉴于不太熟悉归并和树状数组,还是用线段树水一下(
板子如下
#include<iostream>
#include<vector>
#include<algorithm>
using namespace std;
const int N5e510;
#define int long long
#define lc …
java版本学习网站之前添加了docker,想了想还是再把libgdx添加进去吧。 访问地址:想飞跃的鱼 (nanshaws.github.io)
github地址:nanshaws/JavaLearnNote: The new features from Java 9 to Java 21 help you quickly grasp the key features …