题解 2881: 图像相似度 摘要: #include using namespace std; const int N=100; int a[N][N],b[N][N],n,m; doub…… 题解列表 2023年12月26日 0 点赞 0 评论 141 浏览 评分:0.0
2822: 求分数序列和 摘要:解题思路:注意事项:参考代码:#include#includeusing namespace std; double molecule(int n) { if(n==1) …… 题解列表 2023年12月26日 0 点赞 0 评论 324 浏览 评分:0.0
2820: 含k个3的数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { long int m,n; int s…… 题解列表 2023年12月26日 0 点赞 0 评论 227 浏览 评分:0.0
2880: 计算鞍点 摘要:``` #include using namespace std; const int N=10010; int a[6][6]; int main() { int n=5; for…… 题解列表 2023年12月25日 0 点赞 0 评论 149 浏览 评分:0.0
题解 2880: 计算鞍点 摘要: #include using namespace std; const int N=100; int a[N][N],b[N],c[N],zd1,zd2,d,z=…… 题解列表 2023年12月25日 0 点赞 0 评论 136 浏览 评分:0.0
1099: 校门外的树 摘要:``` #include using namespace std; const int N=10010; int a[N]; int main() { int n,m; cin>>n…… 题解列表 2023年12月25日 0 点赞 0 评论 160 浏览 评分:9.9
1099:校门外的树 摘要:``` #include using namespace std; const int N=10010; int a[N]; int main() { int n,m; cin>>n…… 题解列表 2023年12月25日 0 点赞 0 评论 111 浏览 评分:9.9
1754: 字符串排序 摘要: #include using namespace std; const int N=100010; string a[N]; bool cmp(stri…… 题解列表 2023年12月24日 0 点赞 0 评论 381 浏览 评分:0.0
题解 2877: 同行列对角线的格子 摘要: #include using namespace std; const int N=1100; int a[N],b[N],x[N],y[N],n,i,j; …… 题解列表 2023年12月24日 0 点赞 0 评论 182 浏览 评分:9.9
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main() { int n; cin>>n;…… 题解列表 2023年12月24日 0 点赞 0 评论 191 浏览 评分:0.0