这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《蒟蒻prim模板求助,谢谢!》回复:
@[pjykk](/space/show?uid=94617) 不连通应该输出“orz”呀( 这个是假的,没有这样的测试点。
在讨论《蒟蒻prim模板求助,谢谢!》回复:
# 已过。 ```cpp #include #define N 5009 #define int long long using namespace std; int n,m; vector > mp[N]; bool vis[N]; int dis[N]; int prim(int x) { int ans=0; i…
我样例过了,但是全WA,求助! ```cpp #include #define N 1009 #define int long long using namespace std; int n,m; int mp[N][N]; bool vis[N]; int dis[N]; int prim(int x) { int…
在讨论《????评测卡了??》回复:
@[Social_Zhao](/space/show?uid=92254) 。。。。。。。。
在讨论《????评测卡了??》回复:
# 大家看这题记录,我竟然过了!而别人都在卡!
在讨论《评测卡了???》回复:
+1
在讨论《????评测卡了??》回复:
@[kkksc03](/space/show?uid=1)
在讨论《????评测卡了??》回复:
@[chen_zhe](/space/show?uid=8457)
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Genius_Z](/space/show?uid=110271) 哦,我会用的,只不过明天高中面试要求我讲解算法,我就讲dijkstra
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Genius_Z](/space/show?uid=110271) 等等,全MLE是为什么?
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Genius_Z](/space/show?uid=110271)
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
哦,好的,感谢各位的帮助!
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Genius_Z](/space/show?uid=110271) 还是没过样例
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[SSerxhs](/space/show?uid=29826) 的确去了最小的那条啊 ```cpp for(int x=1;x<=n;x++){ if(d[x]<minn&&vis[x]==0){ minn=d[x]; minx=x; } } vis[minx]=1; ```
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Jelly_Goat](/space/show?uid=122927) 但是我样例都没过
在讨论《求巨佬帮看dijkstra模板谢谢!》回复:
@[Jelly_Goat](/space/show?uid=122927) 会的,但是我想用临街矩阵
求巨佬帮看dijkstra模板,蒟蒻查不出错了。 ```cpp #include using namespace std; #define LL long long int n,m,s; LL a[10009][10009]; LL d[10009]; bool vis[10009]; int f,g,w; int m…
在讨论《SOS!!!!!SOS!!!!!HELP!!!!HELP!!!!》回复:
我帮你 ```cpp include include include include using namespace std; int N,M; int pre[10010]; int zi,xi,yi; int find(int root) { if(pre[root]==root)return root; retu…
在讨论《准备入坑codeforces求教》回复:
@[Anguei](/space/show?uid=53062) 题目难度
在讨论《准备入坑codeforces求教》回复:
@[Anguei](/space/show?uid=53062) 有时候我觉得div2比div3简单。。。
在讨论《求巨佬帮忙查错》回复:
@[无可牵挂](/space/show?uid=177796) 十分感谢!
在讨论《求巨佬帮忙查错》回复:
@[无可牵挂](/space/show?uid=177796) 好的好的,谢谢啦!
在讨论《求巨佬帮忙查错》回复:
@[无可牵挂](/space/show?uid=177796) 有哪些数据特别坑?
在讨论《求巨佬帮忙查错》回复:
@[无可牵挂](/space/show?uid=177796) 额。。。。。所以说,大佬您做过这题吗?
在讨论《求巨佬帮忙查错》回复:
@[无可牵挂](/space/show?uid=177796) 我很早以前就是是红名了,掉成蓝名的。。。。。。。
纯模拟,太多奇葩数据没想到,求大佬帮忙纠正,谢谢! ``` #include using namespace std; string s; int pw,pt,ps,chang; int main(){ cin>>pw>>pt>>ps; cin>>s; chang=s.length(); for(int i=0;i<=…
在讨论《氧气也太厉害了吧,没吸氧2s,吸氧后700ms》回复:
+1
在讨论《萌新求大佬帮助》回复:
@[Him大人](/space/show?uid=52153) 这啥?还要登陆?求图片。
在讨论《萌新刚学OI全WA求助已无力》回复:
你刚学OI就学这个!?