For me

\[Caring\ for\ everyone,\ trusting\ a\ few people,\ not\ betraying\ anyone,\ only\ loving\ one\ person. \]

\[海底月不可捞,眼前人不可及,看客心伤不起,剧中人不可提. \]

博客密码为一个八位数的质数

一位来自gryz的蒟蒻

友链

63级

WXF说的巨可爱的程子(由于是她让我更友链的, 所以就放在第一了)--ycc
就这个WXF--wxf
和我们老师重名啦--myz
传说中的LSP--lps
有对象的--caq
无缘2020NOIP--wzd
非常好的学弟--szt
看起来好牛逼的--lhy
还不熟的--zxings

62级

巨强--lzx
最强(skkyk)--zkx
最单纯(AFO)--zzh
不要face-- zsf
巨骚--sjp
贼卡的--cgp
看的最多的bolg--yxj
你倒是去问wxy啊--liuzt
神仙--tzt
二区最高--sts
花手--lbh
62级全机房最强-gyh
认真颓废学习--lkx

61级

机房最强--txt
叶老板--YJG
dear sir--dsr
在线情感专家--lfd_1 lfd_2
头哥--lyk
巨佬--wxy
快乐暑假--skh
学姐--axm
大哥--cyh

60级

史上最强--zbq
史上最强++--gxb
新开业--xky
attack--lgj

59级

高精板子--lqz
肝帝,欧皇--myj
DP看这里--xxy
漂亮学姐--myl

外校大佬

jp的好基友--lrz

缺省源

#include <cstdio>
#include <iostream>
#include <string>
#include <cstring>
#include <cmath>
#include <algorithm>

#define ll long long
#define rr register

#define inf 1e9
#define MAXN 100010

using namespace std;

inline int read() {
	int s = 0, f = 0;
	char ch = getchar();
	while (!isdigit(ch)) f |= ch == '-', ch = getchar();
	while (isdigit(ch)) s = s * 10 + (ch ^ 48), ch = getchar();
	return f ? -s : s;
}

void print(int x) {
	if (x < 0) putchar('-'), x = -x;
	if (x > 9) print(x / 10);
	putchar(x % 10 + 48);
}

signed main() {
}
posted @ 2020-01-10 11:37  Aliemo  阅读(571)  评论(6编辑  收藏  举报