本文分类:news发布日期:2025/11/23 17:34:02
相关文章
题解:Luogu P14522 【MX-S11-T3】空之碎物
题意
定义 \(\ominus\) 为二进制不退位减法。对于一个可重集 \(S\),你可以进行若干次操作,每次操作可以选择 \(S\) 中的两个数 \(x,y\),合并成 \(x\ominus y\) 或 \(y\ominus x\)。定义 \(f(S)\) 为将 \(S\) 合并至…
建站知识
2025/11/23 17:33:43
10分钟,无需公网 IP!零门槛搭建 NapCatQQ 趣味 AI 人机,聊天互动超简单
10分钟,无需公网 IP!零门槛搭建 NapCatQQ 趣味 AI 人机,聊天互动超简单无需公网 IP 即可打造 QQ 智能人机:核心依赖 NapCat(接收 QQ 消息)与 AstrBot(提供 AI 能力)容器,通过 WebSocket 建立连接,配置硅基流…
建站知识
2025/11/23 17:33:29
1088. Rational Arithmetic (20)
1088. Rational Arithmetic (20)#include <iostream>using namespace std;long long getsame(long long a, long long b)
{if(b != 0){return getsame(b, a % b);}else{return a;}
}void simplify(long long &am…
建站知识
2025/11/23 17:33:27
1087. All Roads Lead to Rome (30)
1087. All Roads Lead to Rome (30)#include <iostream>
#include <vector>
#include <string.h>using namespace std;struct node
{int next, cost;
};vector<node> v[27000];
vector<int…
建站知识
2025/11/23 17:32:56
1091. Acute Stroke (30)
1091. Acute Stroke (30)#include <iostream>
#include <queue>using namespace std;struct node
{int x, y, z;
};queue<node> q;
int flag[1300][130][70], m, n, l, vis[1300][130][70], bfscoun…
建站知识
2025/11/23 17:32:10
1090. Highest Price in Supply Chain (25)
1090. Highest Price in Supply Chain (25)#include <iostream>
#include <vector>
#include <queue>using namespace std;vector<int> v[100010];
queue<int> q;
double p, r;
int res…
建站知识
2025/11/23 17:30:57
人工智能之数据分析 numpy:第六章 数组基本操作
人工智能之数据分析 numpy:第六章 数组基本操作人工智能之数据分析 numpy
第六章 数组基本操作@目录人工智能之数据分析 numpy前言一、修改数组形状(Reshaping)1. reshape()2. resize()3. ravel() 与 flatten()二、…
建站知识
2025/11/23 17:29:42

