这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《第6个样例错了但是100》回复:
我看好多人都和我一样
```cpp #include #define int long long using namespace std; pair >a[100005]; bool f[100005]; int ans=0; signed main(){ //freopen("candy.in","r",stdin); //freopen…
在讨论《关于 CSP》回复:
我们上厕所都不用登记
在讨论《问t2的一个做法是否正确》回复:
@[high_sky](luogu://user/701202)没有,但是答案和你说的一样
在讨论《问t2的一个做法是否正确》回复:
@[high_sky](luogu://user/701202)答案和你一样
在讨论《问t2的一个做法是否正确》回复:
我同学照这个方法跑了100秒暴力也没过
在讨论《问t2的一个做法是否正确》回复:
我也是这样
在讨论《这次S组T1什么难度》回复:
@[ffffffu](luogu://user/1175623)好像不用
在讨论《啊哈哈我是7年级xxs没去考试问一下》回复:
是
在讨论《T3 O(nlogn)做法,貌似TLE》回复:
考场上我n方算法第六个才跑0.0几
在讨论《坏了》回复:
去年我就一个也没有写
在讨论《求调》回复:
TLE85
```cpp #include #define int long long using namespace std; string s; int dp[2000005]; int g[200005]; int ans; signed main(){ ios::sync_with_stdio(); cin.tie(0);…
```cpp #include #define int long long using namespace std; struct str{ int l,r,v,dat,cnt,size; }; str a1[80005]; str a2[80005]; int tot1; int tot2; int root1; i…
在讨论《20WA求条》回复:
Treap写法
```cpp #include #define int long long using namespace std; struct str{ int l,r,v,dat,cnt,size; }a[100005]; int tot; int root; void dbg() { printf("root=%d\n", r…
在讨论《90wa求调》回复:
@[zhongxicheng](luogu://user/892461) 谢谢大佬
```cpp #include using namespace std; char a[105][105]; bool vis[105][105]; int n,m; struct str{ int x,y; }; int dx[]={1,1,0,-1}; int dy[]={-1,0,1,1}; bool bfs()…
```cpp #include #define int long long using namespace std; struct str{ int l,r,v,add; }tr[400005]; int a[100005]; int b[100005]; int d[100005]; int son[100005];…
```cpp #include #define int long long using namespace std; struct str{ int l,r,v,add; }tr[400005]; int a[100005]; int b[100005]; int d[100005]; int son[100005];…
```cpp #include #define int long long using namespace std; bool check(int n){ for(int i=2;i*i >t; while(t--){ int n,ans=0; cin>>n; for(int i=2;i*i*i<=n;i++){ if…
在讨论《c++大佬求调!必关!!》回复:
@[ask_tang](luogu://user/1022974)这道题不是bfs,字符串必须在同行或同列
```cpp #include using namespace std; int g[200005]; int s[200005]; int b[200005]; int g1[200005]; int s1[200005]; int b1[200005]; int main(){ int n; cin>>n; for…
[https://www.luogu.com.cn/problem/U517545](https://www.luogu.com.cn/problem/U517545)