关于我

本文最后更新于 2025年1月2日 晚上


个人信息

Taoran
来自山大辅仁学校 2015级7班 & 2021级6班,文化课成绩一般。
一名普普通通的$\text{OIer}$,成绩十分不出众,机房里最菜的一个。
$$
\Large{\textcolor{black}{\textbf{长}}}
\LARGE{\textcolor{black}{\textbf{江}}}
\LARGE{^\textcolor{darkred}{\textbf{后}}}
\large{\textcolor{darkred}{\textbf{浪}}}
\Large{^\textcolor{black}{\textbf{推}}}
\LARGE{
\textcolor{darkgreen}{\textbf{前}}}
\LARGE{^\textcolor{darkgreen}{\textbf{浪}}}
\large{\textcolor{black}{\textbf{,}}}
\large{\textcolor{black}{\textbf{世}}}
\LARGE{\textcolor{black}{\textbf{上}}}
\LARGE{^\textcolor{red}{\textbf{新}}}
\large{\textcolor{red}{\textbf{人}}}
\Large{\textcolor{black}{\textbf{赶}}}
\LARGE{^\textcolor{purple}{\textbf{旧}}}
\LARGE{
\textcolor{purple}{\textbf{人}}}
\LARGE{_\textcolor{black}{\textbf{。}}}
$$


码风

一直用快读,不用cincout
不喜欢用万能头
数组的名字叫d[]g[]f[],从1开始。
不常用const int,一般是#define

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#include <cmath>
#include <ctime>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <algorithm>
using namespace std;
typedef long long int ll;

inline ll read() {
ll x=0, f=1;
char ch=getchar();
while (ch<'0'||ch>'9') {if (ch=='-') f=-1;ch=getchar();}
while (ch>='0'&&ch<='9') {x=(x<<3)+(x<<1)+(ch^48);ch=getchar();}
return x*f;
}

int main() {
// freopen("***.in", "r", stdin);
// freopen("***.out", "w", stdout);

// fclose(stdin);
// fclose(stdout);
return 0;
}


打OI的步骤

暴一;骗二;Rand(三);system("shutdown -s -t 0")四。


原笔记&链接表

详见洛谷剪贴板


联系我

详见 About 页面


关于我
https://preview.algo-x.cn/articles/About-Me/
作者
Taoran
发布于
2023年12月2日
更新于
2025年1月2日
许可协议