摘要:
Prim #include<bits/stdc++.h> using namespace std; struct edge { int v,w,next; }e[200005<<1]; int head[5005],dis[5005],cnt,n,m,tot,now=1,ans,inf=123456 阅读全文
posted @ 2025-05-17 17:51
BIxuan—玉寻
阅读(11)
评论(0)
推荐(0)
摘要:
矩阵乘法 #include<bits/stdc++.h> using namespace std; int a[110][110],b[110][110],c[110][110]; int n,m,k; int main() { cin>>n>>k; for(int i=1;i<=n;i++) { 阅读全文
posted @ 2025-05-17 08:16
BIxuan—玉寻
阅读(28)
评论(1)
推荐(0)

浙公网安备 33010602011771号