资源
黑山咩
这个作者很懒,什么都没留下…
展开
-
C#作业-陆上八百里-疫情交流社区情感系统
C#的大作业原创 2022-06-26 12:11:24 · 118 阅读 · 0 评论 -
Tarjan算法例题及模板
#include<bits/stdc++.h>using namespace std;const int N = 10010 , M = 50010;int n, m;int h[N], e[M], ne[M], idx;int dfn[N], low[N], timestamp; // 时间戳int stk[N], top;bool in_stk[N];int id[N], scc_cnt; // 每个点所属分量编号int dout[N], Size[N]; // 出原创 2022-02-05 16:44:37 · 601 阅读 · 0 评论 -
学生免费使用JB账号
JB对于学生来说是免费的:我们可以用学校的邮箱登录这个-> https://www.jetbrains.com/student/然后进去以后.点击Apply now.继续点击.看到这个以后去自己的邮箱点开链接.就可以使用JB账号了原创 2022-01-13 08:15:25 · 2736 阅读 · 0 评论 -
codeforces的镜像网站
codeforces.mlcodeforc.es原创 2021-12-16 20:27:45 · 5604 阅读 · 0 评论