ด้้้้้็้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็็็็้้้้้็็็็็้้้้้้็็这个家伙很懒,但是留下了什么
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《关于申诉》回复:
@[如履薄冰](luogu://user/1327843)那在哪看自己代码呢
在讨论《萌新求助》回复:
%%%
在讨论《T4 难度投票渠道》回复:
qp
在文章《学习阶段与笔记法 ~星空的季节~ [蔡德仁随笔 #2]》发表评论:
%%%zc
在讨论《WA on#7求调》回复:
样例都过了。。。
``` #include using namespace std; int n,m,k,s1,s2,t1,t2,dis[5010][5010],U,V,mn=0x3f3f3f3f,L1=0x3f3f3f3f,L2=0x3f3f3f3f; vector edge[5010]; bool vis[5010]; queue…
在讨论《本题可用ST表求解》回复:
好像不用分类讨论吧 ``` #include using namespace std; int n,a[2000010],ans,f[2000010][60],pre[2000010]; int main(){ scanf("%d",&n); for(int i=1;i 0;i--){ f[i][0]=pre[i];…
在讨论《WA on #9》回复:
``` #include using namespace std; int n, m, maxx = -1, maxy = -1; int a[5005][5005]; int f[5005][5005]; int main() { cin >> n >> m; int t = n; while (t--) { int…
在讨论《70分超时代码,求助!!》回复:
cout<<ans<<endl;改为cout<<ans<<“\n”; endl速度慢
``` #include using namespace std; int n,dp[100010][30][4],k,a[100010]; char c[100010]; bool win(int a,int b){ if(a==b) return 0; if(a==1&&b==2) return 0; if(a==…
在讨论《40pts求条》回复:
if(g[i][j]&&dp[j]+a[i]>dp[i]){改为if(g[j][i]&&dp[j]+a[i]>dp[i]){
在讨论《求解》回复:
试试开o2?
在讨论《求解》回复:
@[YXLISME](luogu://user/1633249)我这边可以过但是
在讨论《求用单向链表做!!!急!!!4小时后上课》回复:
@[yangrei123456](luogu://user/1632595)你是谁
在讨论《求解》回复:
``` #include #include #include using namespace std; int n, m, s, u, v, i, e[500010][25],b[500010],deep[500010]; vector f[500010]; void dfs(int x, int fa) { b[x]…
在讨论《求用单向链表做!!!急!!!4小时后上课》回复:
@[limoxuan0712](luogu://user/1432277) 注意审题,不需要输入n删掉即可
在讨论《求用单向链表做!!!急!!!4小时后上课》回复:
``` #include using namespace std; int main(){ int x; stack s; while(1){ cin>>x; if(x==0)break; s.push(x); } while(!s.empty()){ cout<<s.top()<<" "; s.pop(); } re…
在讨论《求助站外题》回复:
@[Malkin_Moonlight](luogu://user/937470)谢谢
在讨论《求助站外题》回复:
玄关
回文(palin) 【题目描述】 给定一个n行m列的只包含小写字母的矩阵A,请求出从(1,1)到(n,m)只向下或向右 走,且路径上的所有字符按照顺序排列可以构成一个回文串的路径条数。 由于答案可能很大,请输出答案在模993244853意义下的结果。 【输入格式】 从文件palin.in 中读入数据。 第一行是两个正整…
在讨论《说句闲话:研究珂学的最好方法是》回复:
六周年考古
```cpp #include using namespace std; vector edge[500010]; long long n,m,a,b,c,s,cnt,deep[1000010],pos[500010],ola[1000010],mn[4000010],ans,t; void dfs(int x,int…
在讨论《请求撤下题解》回复:
AAA
```cpp #include #define double long double using namespace std; double n,x1,x2,y6,y2,p[10],q[10],r[10],ans,xm,ym,xn,yin; bool vis[10]; double s(int k){ return k…
``` #include using namespace std; int n,m,a[200020]; struct bit{ int c[200020]; inline int lowbit(int x){ return x&(-x); } inline void change(int x,int y){ whil…
在讨论《问题》回复:
烤谷
在讨论《SB》回复:
qp
在讨论《小图灵北京S一等 145,可信吗?》回复:
我也刚过 呜呜呜~~~~