About me

由于太懒,大概是机房最后一个写的了ios


本人来自一个十八线小县城,如今是 \(GRYZ\) 的一名高一现役 \(OIer\)git

有幸以“第二名”混进培优班spa

典型现实幻想家,小镇作题家code

whk在班里被吊着锤,竞赛被同机房dalao吊着锤get

2020.11.07因CSP爆零处于半退役状态string

喜欢普遍交友,但屡次因不会说话被嫌弃it

常常胡思乱想,感受本身有被迫害妄想症,轻度抑郁症io

户外常常被人用篮球吊锤,感受羽毛球玩的还不错,能吊打fjh就够了class

空有理想,止于付出行动stream

感受没啥可说的了,想起啥再更吧


缺省源:

/*
Work by: Suzt_ilymics
Knowledge: ??
Time: O(??)
*/
#include<iostream>
#include<cstdio>
#include<cstring>
#include<algorithm>
#define LL long long
#define orz cout<<"lkp AK IOI!"<<endl

using namespace std;
const int MAXN = 1e5+5;
const int INF = 1e9+7;
const int mod = 1e9+7;

int read(){
	int s = 0, f = 0;
	char ch = getchar();
	while(!isdigit(ch))  f |= (ch == '-'), ch = getchar();
	while(isdigit(ch)) s = (s << 1) + (s << 3) + ch - '0' , ch = getchar();
	return f ? -s : s;
}

int main()
{
	
	return 0;
}

联系方式:

QQ: 2311605992 TLE:无 WeChat:无

相关文章
相关标签/搜索