这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《建议降蓝》回复:
%%%%,orz,/bx
在讨论《80pts,卡最后两个,玄关》回复:
最后有多个3剩余的时候,4个一组用3次,余下的部分,1个3要用2+1,两个3用三带一+对子,三个3就两个三带一+一张单@[fire_hua](luogu://user/1178512)
在讨论《80pts,卡最后两个,玄关》回复:
@[with_my_moon](luogu://user/1112575)
在讨论《80pts,卡最后两个,玄关》回复:
```cpp #include #include #include #include #include using namespace std; #define int long long inline int read(){ int x=0,f=1; char c=getchar(); while(c '9'){ i…
```cpp #include #define int __int128 using namespace std; using i64 = long long; using i128 = __int128; using ull = unsigned long long; using pii = std::pair ;…
```cpp #include #define int long long using namespace std; using i64 = long long; using i128 = __int128; using ull = unsigned long long; using pii = std::pair ;…
在讨论《求助卡常或求复杂度》回复:
```cpp namespace Fread { const int SIZE = 1 Reader& operator>>(T& x) { x = 0; short f = 1; char c = getchar(); while (c '9') { if (c == '-') f *= -1; c = getcha…
在讨论《求助卡常或求复杂度》回复:
[代码](https://www.luogu.com.cn/paste/e6fp2cqi)。 [记录](https://www.luogu.com.cn/record/175615364)。 用了超级快读
```cpp #include #define int long long using namespace std; using i64 = long long; using i128 = __int128; using pii = std::pair ; using mii = std::map ; using vi…
在讨论《蒟蒻刚学图论一秒钟,做树论题样例过WA 0pts 求调(马蜂优良)》回复:
你这思路显然错误啊; 重新学一下吧```cpp https://oi-wiki.org/graph/tree-diameter/ ```
在讨论《求助线段树》回复:
好像没建树
在讨论《数组大小》回复:
512MiB
在讨论《还没考一级但八级会但TLE》回复:
显然超时……,看看本题数据范围……
在讨论《ATcoder F 求调》回复:
```cpp #include using i64 = long long; using i128 = __int128; using pii = std::pair ; #define fi first #define se second #define pb push_back #define ma make_pa…
在讨论《ATcoder F 求调》回复:
@[QWQ_123](/user/740328) 好的谢谢
在讨论《ATcoder F 求调》回复:
难道炸了??
```cpp #include using i64 = long long; using i128 = __int128; using pii = std::pair ; #define fi first #define se second #define pb push_back #define ma make_pa…
```cpp #include using namespace std; #define pb push_back #define ma make_pair #define int long long #define eb emplace_back #define all(x) x.begin(), x.end() #…
在讨论《24分,还有TLE》回复:
看一下数据范围
```cpp #include using namespace std; #define int long long #define ls (rt = eNd; -- x ) typedef long long ll; typedef unsigned long long LL; typedef pair PII; s…
在讨论《关于本题若干问题的解释》回复:
qp
```cpp #include using namespace std; #define int long long #define ls (rt = eNd; -- x ) typedef long long ll; typedef unsigned long long LL; typedef pair PII; s…
```cpp #include using namespace std; #define int long long #define ls (rt = eNd; --x) typedef long long ll; typedef unsigned long long LL; typedef pair PII; str…
在讨论《样例过,全WA》回复:
```cpp #include using namespace std; // define #define re register #define fi first #define se second #define pb push_back #define il inline #define co const #d…
在讨论《样例过,全WA》回复:
@[Binah_cyc](/user/760171) 在输出的时候
在讨论《样例过,全WA》回复:
@[Binah_cyc](/user/760171) 我这不是加上了吗
```cpp #include using namespace std; // define #define re register #define fi first #define se second #define pb push_back #define il inline #define co const #d…
```cpp #include using namespace std; // define #define re register #define fi first #define se second #define pb push_back #define il inline #define co const #d…