本文分类:news发布日期:2025/11/23 20:46:30
相关文章
《道德经》第三十八章 - 教程
pre { white-space: pre !important; word-wrap: normal !important; overflow-x: auto !important; display: block !important; font-family: "Consolas", "Monaco", "Courier New", …
建站知识
2025/11/23 20:41:05
2025年必收藏的8款AI论文写作神器!助你高效搞定学术写作
本文分享2025年必收藏的8款AI论文写作神器。校园里不少同学用AI写论文遇查重率高难题,作者与舍友搜罗讨论后发现这些工具。如PaperFine,20分钟可生成2万字论文,有在线改稿等强大功能;TXYZ能助力文献理解;PaperNex…
建站知识
2025/11/23 20:38:11
bfs dfs板子默写 真的好怕像上次一样这种题AC不了啊
Bfs的板子
#include <bits/stdc++.h>
using namespace std;
int n,m;int visited[100][100];int g[100][100];
int dx[4]={1,-1,0,0};
int dy[4]={0,0,1,-1};
void bfs(int x,int y)
{queue<pair<int,int&…
建站知识
2025/11/23 20:36:22
【做题记录】HZOJ 多校-数论/多校-字符串/多校-图论Ⅲ
I Ⅱ Ⅲ
26. 数论 H. [arc137_d]Prefix XORs
对于普通的前缀和,有 \(S_i^{(k)}=\sum_{j=1}^{i}{i-j+k-1\choose k-1}a_j\),其中 \(S_i^{(k)}\) 表示 \(k\) 次前缀和后 \(a_i\) 的值。
那么对于异或和,\(a_i\) 对第…
建站知识
2025/11/23 20:32:34
2025软件工程L班
结对编程
https://github.com/102301617/roll-call-system.git
https://www.cnblogs.com/skjs/p/19261416
https://www.bilibili.com/video/BV1d9UNBhEvH/?vd_source=e1544ea07b79d2fb2225a86c33224c43
一、结对探索(…
建站知识
2025/11/23 20:32:19
2025-11-23
CF
Problem - 1632C - Codeforces(枚举)(1600)
先加再按位或,一定最优
#include <bits/stdc++.h>
using namespace std;
#define LL long long
const LL mod = 998244353;
const int N=2e5+10;void solve()
{…
建站知识
2025/11/23 20:31:13

