The high destiny of the individual is to serve rather than to rule. The only good is knowledge. And the only evil is ignorance.
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
大概是2024年7月开始学的OI罢,记不清了 --- 坐标ZJ,但小学初中都是不知名乡村小学校,以至于上高中以前根本不知道有OI,甚至是学科竞赛这一回事。 直到考上一中之后,才开始因为兴趣接触OI。也许是因为有一定天赋或者什么的,学的比较快。平常晚自修作业写完就跑到机房上洛谷做做题,戴着耳机听歌。总之OI带给我的回忆总…
```cpp #include using namespace std; char *pa, *pb, buf[1000000]; #define int long long #define db double #define p_b push_back #define nc() (pa==pb && (pb=(pa=…
在讨论《ZJ,1= or 2= ?》回复:
@[Satellite_system](luogu://user/692217) ?咋算的
在讨论《ZJ 165pts 有望卡线一等吗?》回复:
@[XingnoYi](luogu://user/735797) 162在此 (65+64+25+8,T1糖完了)
在讨论《【优先晋级线公布】CSP-J/S 初赛讨论帖》回复:
优先晋级线确保通过吗
在讨论《坐标ZJ,J组98.5S组77.5能过吗》回复:
@[_Kagamine_Rin_](luogu://user/260985)不到70的咋办
在讨论《ZJ出分了!求分数线(玄关)》回复:
@[Mindulle](luogu://user/940009)ZJ分数线大概多少
在讨论《找不同悬关》回复:
@[Tis员工](luogu://user/430920) \ 数组越界的时候指针会自动指到内存中的下一个位置,而下一个位置是哪个变量的位置就取决与变量定义的顺序。 \ 这里应该是访问了[N+1]的位置,然后把不该改的改了
在讨论《【油猴-自动展开】CSDN、知乎等无需登录,关注自动展开》回复:
防止以后找不到
在讨论《求ZJ NOIP分数线》回复:
估计
在讨论《求助学习方法》回复:
有回复踢我
在讨论《考场上能否使用signed main() ?》回复:
@[Wzhone](luogu://user/379768) 编译参数?
``` cpp #include using namespace std; #define int long long //code... signed main() { //code... return 0; } ```
在讨论《刚接触c#,试着写了一下,不知道错哪了》回复:
@[Vongolaottavo](luogu://user/1586556)\ string n = "Hellow,World!"\ $ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,\,$ -------- \ $ \,\,\,\,\,\,\,\,\,\,\,\,\,\,\…
```cpp #include using namespace std; #define db double #define xi ps[i].x #define yi ps[i].y #define xj ps[j].x #define yj ps[j].y #define xk ps[k].x #define yk…
在讨论《退役啦也是》回复:
@[cjs1665931645](luogu://user/831669) 别呀
在讨论《求ZJ进NOIP分数线》回复:
@[glass_goldfish](/user/1328469) ?
在讨论《MLE求调》回复:
@[LionBlaze](/user/911054) 交的时候注掉了的
在讨论《MLE求调》回复:
@[cjs1665931645](/user/831669) @[liangyanbang](/user/1210353)
```cpp #include using namespace std; #define int long long char *pa, *pb, buf[1000000]; #define nc() (pa==pb && (pb=(pa=buf)+fread(buf,1,1000000,stdin),pa==pb)?…
```cpp #include using namespace std; double r = 0.00000000000, d = DBL_MAX; int m, n, p, q; bool b = 0; void yf(int x, int y) { int t = 2; while (t <= min(x, y)…
$ \Omicron\left(n^2\right) $暴力可过 ```cpp #include using namespace std; char *p1, *p2, buf[100000]; #define nc() (p1==p2 && (p2=(p1=buf)+fread(buf,1,100000,stdin)…
```cpp #include using namespace std; char *p1, *p2, buf[1000000]; #define nc() (p1==p2 && (p2=(p1=buf)+fread(buf,1,1000000,stdin),p1==p2)?EOF:*p1++) inline int…
```cpp #include using namespace std; char *p1, *p2, buf[100000]; #define nc() (p1==p2 && (p2=(p1=buf)+fread(buf,1,100000,stdin),p1==p2)?EOF:*p1++) inline int rd…