Loading...
## 报错信息如下:```github fatal: unable to access 'https://github.com/bendangmi/jav...
## 修改配置文件:1、找到自己idea的安装目录,进入bin目录 O哈哈~)```python import osroot = "C:/Users/Administr...
## 赛题介绍:## 赛题...
## 求左端点:```cpp //求左端点 int l = 0, r = n - 1; while(l < r){ int mid = l + r >> ...
## 第一题:### 题目描述### 题解:```cpp #include using namespace std;typedef long long L...
## 第一题:### 题目描述### 题解:```cpp #includeusing namespace std; int res = 0;void ch...
## 第一题:### 题目描述### 题解:```cpp #includeusing namespace std;const int N = 2021;i...