这个蒟蒻有点懒,有点菜,但有点小帅(不要有质疑)
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《90分求调》回复:
而且一维也过了
在讨论《90分求调》回复:
@[Darui199](luogu://user/1488154) 一维我会做,但是二维我写完不知道为什么出错
```cpp #include using namespace std; int n,m; struct node{ int u,p; }a[30]; int dp[30][30005]; int main(){ cin>>n>>m; for(int i=1;i >a[i].u>>a[i].p; } for(int i…
```cpp #include using namespace std; long long n,a[100005],b[10005],k[505]; int main(){ ios::sync_with_stdio(false); cin.tie(0),cout.tie(0); cin>>n; for(long lo…
m=1时必须up吗? ```cpp #include using namespace std; int a[305][305],mi[305],mx[305],t[305][105]; int main(){ int T; cin>>T; while(T--){ int n,m,x; cin>>n>>m>>x; for…
双指针加暴力第13个测试点挂了 ```cpp #include using namespace std; int n; int L[1005],G[1005],w_l,w_g; int minn,cnt=0; int main(){ ios::sync_with_stdio(false); cin.tie(0),cou…
```cpp #include using namespace std; int n,m; struct node{ int right,left; }a[100005]; void f(int x,int k,int p,int y){ if(y==0){ if(p==0){ a[x].right=k; a[x].l…
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[Aventurine_](luogu://user/1321644) What you said is not correct, and you only have one testicle. (I bet you won't understand it without looking at the transla…
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[Aventurine_](luogu://user/1321644) 被《伯虎说》迷住的孩子【偷笑】
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[Aventurine_](luogu://user/1321644) ???你干甚么
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[linzongyi_520](luogu://user/1651510)谢谢
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[linzongyi_520](luogu://user/1651510) 大佬,为什么第二层循环不用倒着遍历?
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[linzongyi_520](luogu://user/1651510)过了
在讨论《开了long long也快读了,可是最后两个测试点TLE》回复:
@[linzongyi_520](luogu://user/1651510)感谢大佬!!!
```cpp #include using namespace std; long long t,m,dp[10000005]; struct node{ long long time,j; }a[10000005]; int main(){ ios::sync_with_stdio(false); cin.tie(0…
在讨论《LCA #11 WA 求调》回复:
@[General0826](/user/1351126) gengen队,这里需要帮助!