RocksonLee's Blog
avatar
RocksonLee
2021-10-25 15:34:44

Day -1

真的有一说一挺紧张的,貌似忘了带什么,带的很齐全啊,慌啊qwq

CSP-S 我还复习不全啊,DP随便打了几道题,不过还是感觉挺颓废的

这几天我tm在干什么>_<

草~

Day 1

前往广州

貌似没什么好说的,早上9.10才起床,我妈一直催我,头晕啊。

avatar
RocksonLee
2021-10-20 10:01:53

以下均为C++语言,输入输出以C++为主

完成时间较为久远,若加强数据,可能存在无法过编译

码风较差,过几天再优化吧

首发于blog.rockson.top

1

```cpp

include

int main() { print

avatar
RocksonLee
2021-10-08 22:09:20

代码

```cpp

include <bits/stdc++.h>

using namespace std;

define il inline

define INF 0x3f3f3f3f

define cl(a, b) memset(a, b, sizeof(a))

typede

avatar
RocksonLee
2021-10-01 19:22:46
该文章有密码保护
avatar
RocksonLee
2021-09-28 14:00:03

归并排序

查看链接

<button onclick="document.getElementById('from').innerHTML='<iframe s

avatar
RocksonLee
2021-09-27 21:47:39

这个东西有待考证和优化

代码如下

```cpp

include

include

include

include

using namespace std; //从这里到100行都是int128的运算代

avatar
RocksonLee
2021-09-27 21:37:57

快速幂

```cpp long long pow_quick(long long a, long long n){ long long res = 1; while(n){ if(n & 1){ res *= a; //判断最后一

avatar
RocksonLee
2021-09-27 21:30:47

代码

```cpp int read() { int x = 0, w = 1; char ch = 0; while (ch < '0' || ch > '9') { // ch 不是数字时 if (ch == '-')

avatar
RocksonLee
2021-09-15 16:46:54

转的

```test 屏幕在深夜微微发亮

思想在那虚树路径上彷徨

平面的向量交错生长

织成 忧伤的网

剪枝剪去我们的疯狂

SPFA 告诉我前途在何方

01 背包装下了忧伤

笑颜 溢满脸庞

键盘微凉 鼠标微凉

指尖流淌 代码千行

凸包周长 直径多长

一进考场 全都忘光

avatar
RocksonLee
2021-09-15 16:21:37

对拍程序

首先需要将造数据的data.exe加上

freopen("data.in","r",stdout);

主程序

```cpp

include <bits/stdc++.h>

using namespace std; int ma

5/6
Search
search