「ウェザー・リポート」
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
[传送门](https://www.luogu.com.cn/problem/U505841) 一道 [$\color{0E1D69}最近公共祖先(LCA)$](https://oi-wiki.org/graph/lca/) 的版题,很水的送分题。 ```cpp #include #include #define LL…
[传送门](https://www.luogu.com.cn/problem/U505391) 这是一道 [最短路](https://oi-wiki.org/graph/shortest-path/) 的板子题,也没什么特别难的,直接上代码。 ```cpp // dijkstra 版 #include #include…
[传送门](https://www.luogu.com.cn/problem/U502673) 根据题意,二维数组存图,从 $(1,1)$ 开始按照 $(x,y+1),(x+1,y),(x,y-1),(x-1,y)$ 的顺序 $dfs$ ,用 $ans$ 数组存路径,可以开 $ansx$ 和 $ansy$ 两个数组,也…
[传送门](https://www.luogu.com.cn/problem/U501507) 题意为输入六个数求平均数并向下取整,按题意输出即可。(这总不需要ctrl吧) ```cpp #include 114514114514 #include #include #include #define LL long l…
在讨论《建议降橙》回复:
反对
在讨论《还有比我更惨的吗。。。》回复:
@[haha2632531](/user/1052890) S比J高?
在讨论《求ZJ-csp-j/s分数线》回复:
@[nbhs23a28](/user/1271868) 那我60.5应该也还有救
在讨论《坐标ZJ,求S组分数线》回复:
@[tXX_F](/user/402102) 去年是50吧
在讨论《说句闲话:研究珂学的最好方法是》回复:
6周年
rt。 ```cpp #include #define LL long long using namespace std; inline int read() { int x; scanf("%d",&x); return x; } const int N=1e4+10; int x[N],y[N]; int dx[]…
```cpp #include #define LL long long using namespace std; char s[151][151]; int dx[9]={0,-1,1,-1,1,2,-2,2,-2}; int dy[9]={0,2,2,-2,-2,1,1,-1,-1}; int n,m,Kx,Ky;…
在讨论《本题不降低难度评级》回复:
hp
在讨论《T了三个,求调》回复:
@[zhangjiaan](/user/1073741) 好,谢谢
```cpp #include #define LL long long using namespace std; LL a,cnt,n,i,j,t; int main() { ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); cin>>n; t=n; i=2; do {…
在讨论《题面翻译 LaTeX 问题》回复:
%%%
在讨论《洛谷比赛审核志愿者招募》回复:
qp
在讨论《数据已经更正》回复:
qp