这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在文章《弦图(内含证明,理性愉悦)》发表评论:
前排Orz
在讨论《此题有何理由是蓝色???》回复:
orz
在讨论《WA40分求dalao查错,我是妹子,刚学oi》回复:
**希望更丰富的展现?使用Markdown**
在讨论《蒟蒻求教为什么MLE》回复:
[评测记录](https://www.luogu.org/recordnew/show/20748452)
为什么会MLE啊qwq ```cpp #include using namespace std; const int maxn = 110; template inline void read(T &s) { s = 0; T w = 1, ch = getchar(); while (!isdigit(ch)) {…
在讨论《关于这道题的评分...》回复:
+1
在讨论《这题特殊性质1是给不会Floyd的人准备的吗。。。》回复:
比如说我
在讨论《这道题感觉挺水的,纯模拟,10个点全过了,拿走不谢》回复:
您这个代码粘的有点优秀
在讨论《这道题感觉挺水的,纯模拟,10个点全过了,拿走不谢》回复:
$$\color{white}{orz}$$ $$\color{white}{orz}$$ $$\color{white}{orz}$$ $$\color{white}{orz}$$ $$\color{white}{orz}$$ $$\color{white}{orz}$$ $$\color{white}{orz}$$…
在讨论《花色用来干什么的?》回复:
花色没有用啊
在讨论《此题 毒瘤之处》回复:
$\color{white}{CHDY AKIOI}$
在讨论《救救萌新,线段树30一脸懵逼》回复:
orz
在文章《莫队算法初探》发表评论:
orz
**话说第一个点是样例数据啊** [传送门](https://www.luogu.org/recordnew/show/19762872) ```cpp #include using namespace std; const int maxn = 105; template inline void read(T &s)…
在讨论《说句闲话:研究珂学的最好方法是》回复:
$考古 orz$
```cpp #include using namespace std; typedef long long LL; const int maxn = 1e4 + 100; const int maxm = 5e4 + 100; inline LL min(LL aa, LL bb) { return aa bb ?…
在讨论《数据太水》回复:
emm
在讨论《【求助各位大佬】TLE两个点》回复:
233
在讨论《为什么错了啊!》回复:
@[QuantumCheshireCat](/space/show?uid=54591) 那我就不清楚了。。
在讨论《为什么错了啊!》回复:
```cpp printf("%ld\n",cnt.front()); ``` 把ld改成lld试试。。
在讨论《freopen忘记注释掉竟然过了一个点?》回复:
orz
在讨论《dalao们问一下我dp64怎么回事?2、3、5、10WA了》回复:
233
求大佬看看为什么70分 ```cpp #include const int maxn = 5e6 + 7; typedef long long LL; using namespace std; template inline void read(T &s) { s = 0; T w = 1, ch = getchar(…
求大佬帮忙 ```cpp #include #define up(i, a, b) for(register int i = a; i = b; i--) using namespace std; const int MAXX = 15; typedef long long ll; inline int read()…
****我为什么会re [RE记录](https://www.luogu.org/recordnew/show/15287611) ```cpp #include #define MAXX 50 // 我都已经开50了为什么还RE #define ll long long using namespace std; in…